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

37 lines
632 B
JSON

{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "forge:is_plains"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:steppe"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:firecracker_shrubland"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:autumnal_valley"
}
]
]
}