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

40 lines
728 B
JSON

{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "forge:is_snowy"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "forge:is_wet/overworld"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "forge:is_water"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:wintry_forest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:wintry_lowlands"
}
]
]
}