Ice_and_Fire icon indicating copy to clipboard operation
Ice_and_Fire copied to clipboard

iceandfire/fire_dragon_biomes.json file configuration bug (2.1.11-1.16.5)

Open Samlegamer opened this issue 3 years ago • 0 comments

Describe the bug This bug prevents fire dragons from spawn when changing the biome list.

To start, go to the config/iceandfire/ folder Then open fire_dragon_biomes.json and change :

{
        "type": "BIOME_DICT",
        "negate": false,
        "value": "forest"
}

Then open the game and you will see that the fire dragons are totally disabled and can no longer be found in the biomes.

fire_dragon_biomes.json :

{
  "biomes": [
    [
      {
        "type": "BIOME_DICT",
        "negate": false,
        "value": "overworld"
      },
      {
        "type": "BIOME_DICT",
        "negate": false,
        "value": "hot"
      },
      {
        "type": "BIOME_DICT",
        "negate": true,
        "value": "jungle"
      },
      {
        "type": "BIOME_DICT",
        "negate": true,
        "value": "mesa"
      },
      {
        "type": "BIOME_DICT",
        "negate": true,
        "value": "savanna"
      }
    ],
    [
      {
        "type": "BIOME_DICT",
        "negate": false,
        "value": "overworld"
      },
      {
        "type": "BIOME_DICT",
        "negate": false,
        "value": "plains"
      },
      {
        "type": "BIOME_DICT",
        "negate": true,
        "value": "wet"
      },
      {
        "type": "BIOME_DICT",
        "negate": true,
        "value": "cold"
      },
      {
        "type": "BIOME_DICT",
        "negate": true,
        "value": "jungle"
      },
      {
        "type": "BIOME_DICT",
        "negate": true,
        "value": "mesa"
      },
      {
        "type": "BIOME_DICT",
        "negate": true,
        "value": "savanna"
      },
      {
        "type": "BIOME_DICT",
        "negate": false,
        "value": "forest"
      }
    ]
  ]
}

Samlegamer avatar Aug 25 '22 09:08 Samlegamer