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