Back to mods
HexLands Add-On: Hexed Structures project artwork

CurseForge · Minecraft mod

HexLands Add-On: Hexed Structures

New Strucuture Type and Placement Type allows you to force your custom structures to only spawn in the center of a hex in a HexLands world.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which HexLands Add-On: Hexed Structures release should I use?

Updated 4 days ago
Latest stable file hexed_structures-fabric-1.20.1-1.2.1.jar
Game version 1.20.1
Loader Fabric

HexLands Add-On: Hexed Structures hexed_structures-fabric-1.20.1-1.2.1.jar targets 1.20.1 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is HexLands Add-On: Hexed Structures required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does HexLands Add-On: Hexed Structures hexed_structures-fabric-1.20.1-1.2.1.jar need?

hexed_structures-fabric-1.20.1-1.2.1.jar. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add HexLands Add-On: Hexed Structures without breaking your instance.

Built for HexLands Add-On: Hexed Structures hexed_structures-fabric-1.20.1-1.2.1.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use hexed_structures-fabric-1.20.1-1.2.1.jar. It targets 1.20.1 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside hexed_structures-fabric-1.20.1-1.2.1.jar. It opens that exact file at the source.

About this project

What does HexLands Add-On: Hexed Structures add?

HexLands Add-On: Hexed Structures

Add-on for your HexLands world
to enable you to place custom structures only in the center of hexes.

alt text Screenshot from Compression Modpack used to test the feature.

Usage

In the datapack for your structure modify the structure/mystruct.json:

{
    "type": "hexed_structures:jigsaw", <----- this line
    "biomes": "#my:tags",
    "max_distance_from_center": 80,
    "project_start_to_heightmap": "WORLD_SURFACE_WG",
    "size": 7,
    "spawn_overrides": {},
    "start_height": {
        "absolute": 0
    },
    "valid_height_range":{             <----- optional height limit (new in 1.2.0)
        "min": 50,
        "max": 180
    },
    "start_pool": "my:pool",
    "step": "surface_structures",
    "terrain_adaptation": "beard_thin",
    "use_expansion_hack": false
}

and the structure_set/myset.json:

{
    "structures": [
        {
            "structure": "my:structure",
            "weight": 1
        }
    ],
    "placement": {
        "type": "hexed_structures:center", <----- this line
        "spacing": 10,
        "separation": 6,
        "salt": 14347342873
    }
}

All other parameters work like vanilla. The base for the placement selection is the normal RandomSpread.

Note

Structures are shifted so the bounding box center is over the hexagon center.

Project description from CurseForge.

Pick your setup

HexLands Add-On: Hexed Structures by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

2 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

HexLands Add-On: Hexed Structures versions and loaders

6 of 6 releases match

Looking for an older file? The official CurseForge project page is in Resources.