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

16 lines
254 B
JSON
Raw Permalink 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": "minecraft:is_ocean"
}
]
]
}