create-the-brass-oncerto/config/iceandfire/lightning_dragon_biomes.json

94 lines
1.7 KiB
JSON

{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_jungle"
}
],
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_badlands"
}
],
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_savanna"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:ashen_savanna"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:savanna_badlands"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:savanna_slopes"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:guiana_shield"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:temperate_rainforest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:tropical_rainforest"
},
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:jacaranda_forest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:sierra_badlands"
}
]
]
}