Files
FearFactory/1.20.1-FearFactoryTest/minecraft/config/iceandfire/ice_dragon_biomes.json

32 lines
534 B
JSON
Raw Normal View History

{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "forge:is_cold/overworld"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:shattered_glacier"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:frosted_taiga"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:frosted_coniferous_forest"
}
]
]
}