Back to mods
[LEGACY] Shared Structures project artwork

CurseForge · Hytale mod

[LEGACY] Shared Structures

Allows asset packs to generate structures in existing zones and biomes

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

Quick answer

Which [LEGACY] Shared Structures release should I use?

Updated yesterday
Latest stable file Shared Structures 0.1
Game version Not listed
Mod system Built-in Hytale mod system

[LEGACY] Shared Structures Shared Structures 0.1 targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.

Where it goes

Where should [LEGACY] Shared Structures be installed in Hytale?

Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does [LEGACY] Shared Structures Shared Structures 0.1 need?

Shared Structures 0.1. Change the file and its required mods may change too.

No required dependencies 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 project dependencies. Check the creator notes before changing an existing world.

Before you install it

Add [LEGACY] Shared Structures without breaking your instance.

Built for [LEGACY] Shared Structures Shared Structures 0.1. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Shared Structures 0.1. It targets Hytale; another release may target a different game build or dependency set.

  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

    Enable it on the world host

    Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Shared Structures 0.1. It opens that exact file at the source.

About this project

What does [LEGACY] Shared Structures add?

THE MOD IS OUTDATED

It is now licensed under MIT, so you may port or rehost this mod. I'm not going to provide source code though, this honestly needs a rebuild from the groound up. Happy coding ~~

Shared Structures

Generate custom prefab structures in existing biomes/zones using vanilla-style placement patterns.

What it does

  • Loads structure entries from your asset packs
  • Places prefabs during world generation using pattern rules (grid/noise/height/parent/masks)
  • Supports entities and block spawners embedded in prefabs

How to add structuresCreate JSON config files in your pack at:

  • Server/WorldGen/SharedStructures/Prefabs/*.json

Each file contains an array of entries.

Fields

  • Id: unique name for the entry
  • Prefab: prefab asset id(s)
  • Weight: weights matching the Prefab list
  • BiomeMask: wildcard match against the biome id
  • ZoneMask: wildcard match against the zone id
  • Pattern: either { "File": "A.B.C" } or an inline pattern object

Notes

  • Patterns are resolved relative to the worldgen data folder. A file reference A.B.C loads A/B/C.json.
  • Prefabs should be stored under Server/Prefabs/ in your pack.

Example:

[ { "Id": "castlearena", "Prefab": ["YourPack.CastleArena"], "Weight": [1.0], "BiomeMask": ["*Plains*"], "ZoneMask": ["Zone1_Tier1"], "Pattern": { "File": "World.Default.Zones.Pattern_Monuments"} } ]

Project description from CurseForge.

Recent files

[LEGACY] Shared Structures releases and Hytale builds

2 of 2 releases match

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