mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-31 12:46:40 +00:00
32 lines
731 B
JSON
32 lines
731 B
JSON
{
|
|
"name": "Deepened cave",
|
|
"wall": {
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
{
|
|
"block": "minecraft:stone",
|
|
"weight": 3
|
|
},
|
|
{"block": "minecraft:stone"}
|
|
]
|
|
},
|
|
"layers": [{
|
|
"style": {"style": "STATIC"},
|
|
"maxHeight": 2,
|
|
"minHeight": 2,
|
|
"palette": [
|
|
{"block": "minecraft:stone"},
|
|
{"block": "minecraft:andesite"}
|
|
]
|
|
}],
|
|
"caveCeilingLayers": [{
|
|
"style": {"style": "STATIC"},
|
|
"maxHeight": 2,
|
|
"minHeight": 2,
|
|
"palette": [
|
|
{"block": "minecraft:stone"},
|
|
{"block": "minecraft:andesite"}
|
|
]
|
|
}]
|
|
}
|