conduit-world
conduit-world is the smallest engine module — two helpers for managing what’s inside an instance dimension. WorldSettings is the data model behind the in-world world-settings screen (PvP, daylight cycle, weather, seed, village-start). VoidWorldHelper builds a chunk generator that produces an empty void world for instance dimensions you populate yourself.
When to depend on this
Section titled “When to depend on this”- You want to expose host-editable world rules through the built-in
WorldSettingsScreen. - You’re building a custom instance dimension and need a void-biome empty generator.
- You’re persisting per-lobby world settings via the standard codec.
Features
Section titled “Features”API surface
Section titled “API surface”me.zlex.conduit.world — WorldSettings (record + Codec)me.zlex.conduit.dimension — VoidWorldHelperMaven coordinate: me.zlex:conduit-world:<engine_version>. Depends on conduit-core.