IMC-Vocality/config/iceandfire/wandering_cyclops_biomes.json
2025-04-09 22:50:07 -05:00

65 lines
1.2 KiB
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": "regions_unexplored:shrubland"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "regions_unexplored:poppy_fields"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "regions_unexplored:grassland"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "regions_unexplored:barley_fields"
}
],
[
{
"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"
}
]
]
}