HexLands (Updated)
No reviews yet
Hexagonal world generation, Settlers of Catan style! Updated to 1.21.8+
General improvements to world generation, such as bug fixes, aesthetic overhauls, or misc additions.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description

This mod is an updated version of Hex Lands mod by superfluke, updated through 1.16 to 1.21.1 by alcatrazEscapee.
Features
- Adds two world type presets: "HexLands", and "HexLands (Overworld)". The former which enables hexagonal terrain generation in both the overworld and the nether, the latter which only enables it in the overworld.
- Each hex contains a single biome. Hexes of different types are bordered by walls.
- Automatic compatibility with mods that add biomes to the overworld or other world generation.
- Many options for world customization via data packs.
Configuration
- For 1.21.8+
Worlds are specified by World Presets. HexLands can be customized by adding a new world preset, which uses the hexlands:hexlands chunk generator. The hexlands chunk generator has the following fields:
typeis a string identifying what generator to use. It should behexlands:hexlands.settingsis a Noise Settings used by the dimension.biome_sourceis the biome source, as in vanilla. It can be a known preset, such as"minecraft:overworld", or"minecraft:nether", or it can be a JSON object following the vanilla biome source format.hex_settingsis an object with parameters defining how the hexagonal grid works. It can either be a known preset, which must be one of"hexlands:overworld","hexlands:nether", or"hexlands:the_end", or it can be an object with the following fields:biome_scale(Default: 8) is the scale at which biomes are sampled to create hexes. Higher values create more random biome layouts.hex_size(Default: 40) is the size of an individual hex.hex_border_threshold(Default: 0.92) is a number between0and1representing how much of a hex should be covered by the border. Larger values will lead to thinner borders.top_borderandbottom_borderare both border settings which define how the top and bottom borders of the world are built. The borders between hexes consist of a bottom border, air, and a top border. If not present, this section of the border will consist entirely of air. If present, it must have the following fields:min_height: The minimum height of the border.max_height: The maximum height of the border.state: A block state to generate as the border state. It must be an object with the following fields:Name: The name of the blockProperties: An object with any block state properties, such as{"snowy": "false"}that you desire to set
Example
// Below is an example object which can be used in the `generator` field of a world preset.
{
"type": "hexlands:hexlands",
"settings": "minecraft:overworld",
"biome_source": {
"type": "minecraft:multi_noise",
"preset": "minecraft:overworld"
},
"hex_settings": "hexlands:overworld"
}
Gallery

Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers