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

58 lines
1.0 KiB
JSON

{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_jungle"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "regions_unexplored:rainforest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "regions_unexplored:sparse_rainforest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:guiana_shield"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:temperate_rainforest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:tropical_rainforest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:jacaranda_forest"
}
]
]
}