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

37 lines
632 B
JSON
Raw Normal View History

2025-04-11 17:07:29 +08:00
{
"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"
}
]
]
}