Dungeon Generator for Cubic Chunks
Basic Information
This mod creates dungeons in the Minecraft world using pre-configured files. For it to work, you need to first install the CubicChunks mod.
Generation Settings
The generator uses the file <world_save_folder>/data/labyrinth/labyrinth_level_preset.json to define the parameters of created dungeons. In this file, you can set various settings:
Generation Area
Parameters "minX", "maxX", "minY", "maxY", "minZ", "maxZ" define the area in cubic units where block replacement will occur. To convert coordinates to blocks, multiply the values by 16.
Generator Types
Four dungeon creation options are available: "basic", "claustrophobic", "village", and "lava". Each type uses unique cube shapes and placement rules.
Materials
The "mapping" section allows you to configure blocks for various elements: "walls" for walls, "floor" for floors, and others. The complete list of available keys can be found in the project's source code.
Features
The mod works only on the server side - clients don't need to install it when connecting to a server with this mod. Generation creates random continuous walls, which can result in both completely sealed rooms and huge open spaces.
