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

35 lines
610 B
JSON

{
"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"
}
]
]
}