9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/carving/sandstone.json
Brian Fopiano 6d3840424b CLean
2021-09-12 14:28:06 -07:00

24 lines
527 B
JSON

{
"name": "Red Sandstone Cavern",
"wall": {
"style": {"style": "VASCULAR"},
"palette": [{"block": "minecraft:sandstone"}]
},
"layers": [{
"maxHeight": 2,
"minHeight": 2,
"palette": [{
"block": "minecraft:smooth_sandstone",
"weight": 8
}]
}],
"caveCeilingLayers": [{
"maxHeight": 2,
"minHeight": 2,
"palette": [{
"block": "minecraft:smooth_sandstone",
"weight": 8
}]
}]
}