Newer
Older
Boredom-combat-server / Mods / config / iceandfire / mountain_troll_biomes.json
@Cory Tucker Cory Tucker on 15 Jul 2021 456 bytes Updating mods 1.1
{
  "biomes": [
    [
      {
        "type": "BIOME_DICT",
        "negate": false,
        "value": "overworld"
      },
      {
        "type": "BIOME_DICT",
        "negate": false,
        "value": "mountains"
      }
    ],
    [
      {
        "type": "BIOME_DICT",
        "negate": false,
        "value": "overworld"
      },
      {
        "type": "BIOME_CATEGORY",
        "negate": false,
        "value": "extreme_hills"
      }
    ]
  ]
}