Skip to content

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.

  • 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.
me.zlex.conduit.world — WorldSettings (record + Codec)
me.zlex.conduit.dimension — VoidWorldHelper

Maven coordinate: me.zlex:conduit-world:<engine_version>. Depends on conduit-core.