Skip to content
Brian Rivas edited this page Mar 8, 2017 · 4 revisions

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
    • "dimensionBL": Array of int
      • Dimension blacklist by ID number
    • "dimensionWL": Array of int
      • Dimension whitelist by ID number
    • "biomes": Array of String
      • Biome Name
    • "biomeTypes": Array of String
      • Forge Biome Dictionary Name
    • "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.
Clone this wiki locally