9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 12:46:40 +00:00
Files
Iris-Pack-Overworld/biomes/carving/deep.json
Brian Fopiano 6d3840424b CLean
2021-09-12 14:28:06 -07:00

32 lines
731 B
JSON

{
"name": "Deepened cave",
"wall": {
"style": {"style": "STATIC"},
"palette": [
{
"block": "minecraft:stone",
"weight": 3
},
{"block": "minecraft:stone"}
]
},
"layers": [{
"style": {"style": "STATIC"},
"maxHeight": 2,
"minHeight": 2,
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]
}],
"caveCeilingLayers": [{
"style": {"style": "STATIC"},
"maxHeight": 2,
"minHeight": 2,
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]
}]
}