Doomlike Dungeons Mod — Configuration
Configuration & Data Packs
For modern versions, configuration has shifted toward the standard Minecraft Data Pack system and TOML files.
dldungeonsjbg-common.toml
This file controls global settings: * Frequency: How often dungeons attempt to spawn in the world. * Dimensions: A whitelist/blacklist for dimensions where dungeons can appear. * Min/Max Height: The Y-level range for dungeon generation. * Difficulty Scaling: Global modifiers for spawner frequency and mob counts.
Data Pack Integration
Users can now create Data Packs to add new themes or modify existing ones. Themes are stored in data/[namespace]/dld_themes/. This allows for seamless integration with modpacks, as themes can be tied to specific modded biomes or include blocks from other mods without editing the base config files.
Commands
Administrators and map makers can use commands to interact with the dungeon generator in real-time.
/dldspawn [theme]- Forces a dungeon to generate at the player's current location using the specified theme. (Note: This may cause significant lag during generation)./locate structure dldungeons:dungeon- (Standard Minecraft command) Finds the coordinates of the nearest naturally generated dungeon./dldreload- Reloads the configuration and theme files without restarting the game (useful for theme development).