IMC-Vocality/config/iceandfire/graveyard_biomes.json
2025-04-09 22:50:07 -05: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"
}
]
]
}