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

35 lines
624 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_snowy"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "forge:is_wet/overworld"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:wintry_forest"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:wintry_lowlands"
}
]
]
}