mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
24 lines
527 B
JSON
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
|
|
}]
|
|
}]
|
|
}
|