Files
fuwuduan/config/iceandfire/graveyard_biomes.json
2025-10-20 07:33:27 +00: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"
}
]
]
}