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/deepslate.json
2021-09-01 12:27:52 -08:00

22 lines
509 B
JSON

{
"name": "Deepslate Cavern",
"wall": {"palette": [{"block": "minecraft:deepslate"}]},
"layers": [{
"style": {
"style": "STATIC",
"zoom": 0.5
},
"maxHeight": 2,
"minHeight": 2,
"palette": [
{"block": "minecraft:deepslate"},
{"block": "minecraft:tuff"}
]
}],
"caveCeilingLayers": [{
"maxHeight": 2,
"minHeight": 2,
"palette": [{"block": "minecraft:deepslate"}]
}]
}