Files
pridecraft/config/iceandfire/ice_dragon_cave_biomes.json
2025-06-24 18:57:57 -04:00

32 lines
534 B
JSON

{
"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"
}
]
]
}