2025-03-10 23:50:03 -04:00

26 lines
467 B
JSON

{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_overworld"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "forge:is_water"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "minecraft:is_beach"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "forge:is_underground"
}
]
]
}