mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "Red Sandstone Cavern",
|
|
"wall": {
|
|
"style": {"style": "VASCULAR"},
|
|
"palette": [
|
|
{"block": "minecraft:sand"},
|
|
{"block": "minecraft:sandstone"}
|
|
]
|
|
},
|
|
"layers": [{
|
|
"maxHeight": 2,
|
|
"minHeight": 2,
|
|
"palette": [
|
|
{
|
|
"weight": 3,
|
|
"block": "minecraft:sand"
|
|
},
|
|
{
|
|
"block": "minecraft:smooth_sandstone",
|
|
"weight": 8
|
|
}
|
|
]
|
|
}],
|
|
"caveCeilingLayers": [{
|
|
"maxHeight": 2,
|
|
"minHeight": 2,
|
|
"palette": [
|
|
{
|
|
"weight": 3,
|
|
"block": "minecraft:sand"
|
|
},
|
|
{
|
|
"block": "minecraft:smooth_sandstone",
|
|
"weight": 8
|
|
}
|
|
]
|
|
}],
|
|
"decorators": [
|
|
{
|
|
"chance": 0.03,
|
|
"stackMin": 1,
|
|
"stackMax": 3,
|
|
"palette": [{"block": "minecraft:cactus"}]
|
|
},
|
|
{
|
|
"chance": 0.02,
|
|
"palette": [{"block": "minecraft:dead_bush"}]
|
|
}
|
|
]
|
|
}
|