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

44 lines
767 B
JSON
Raw Permalink 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": "minecraft:is_jungle"
}
],
[
{
"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"
}
]
]
}