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

35 lines
610 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": "minecraft:is_beach"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "minecraft:is_ocean"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:dacite_shore"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "byg:basalt_barrera"
}
]
]
}