Criteria - fnar/minecraft-roguelike GitHub Wiki
Without a criteria the setting is considered abstract and will not be spawned naturally.
All fields are optional. Adding no fields will permit the dungeon to spawn anywhere, unless overridden by settings in the global config file.
Structure
- Object
- "biomes": Array of String
- List of Biome Names where this dungeon can spawn. Blank means this dungeon can spawn in any biome.
- "biomeTypes": Array of String
- List of Forge Biome Dictionary Names where this dungeon can spawn. Blanks means this dungeon can spawn in any biome type.
- "dimensions": Array of Integers
- Integers (numbers) representing dimension ids where this dungeon can spawn. Blank means this dungeon can spawn in any dimension. Please note that this is overridden by the configuration options
dimensionWL
anddimensionBL
- Integers (numbers) representing dimension ids where this dungeon can spawn. Blank means this dungeon can spawn in any dimension. Please note that this is overridden by the configuration options
- "weight": int
- If multiple criteria are met, weight will determine the odds of each settings file being picked for generation at the time that a dungeon is spawned.
- "biomes": Array of String