mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-31 12:46:40 +00:00
22 lines
509 B
JSON
22 lines
509 B
JSON
{
|
|
"name": "Deepslate Cavern",
|
|
"wall": {"palette": [{"block": "minecraft:deepslate"}]},
|
|
"layers": [{
|
|
"style": {
|
|
"style": "STATIC",
|
|
"zoom": 0.5
|
|
},
|
|
"maxHeight": 2,
|
|
"minHeight": 2,
|
|
"palette": [
|
|
{"block": "minecraft:deepslate"},
|
|
{"block": "minecraft:tuff"}
|
|
]
|
|
}],
|
|
"caveCeilingLayers": [{
|
|
"maxHeight": 2,
|
|
"minHeight": 2,
|
|
"palette": [{"block": "minecraft:deepslate"}]
|
|
}]
|
|
}
|