mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"name": "Granite Cavern",
|
|
"wall": {"palette": [{"block": "minecraft:granite"}]},
|
|
"layers": [{
|
|
"minHeight": 1,
|
|
"maxHeight": 2,
|
|
"zoom": 0.4,
|
|
"palette": [{"block": "minecraft:granite"}]
|
|
}],
|
|
"caveCeilingLayers": [{
|
|
"maxHeight": 2,
|
|
"minHeight": 2,
|
|
"palette": [{
|
|
"block": "minecraft:granite",
|
|
"weight": 6
|
|
}]
|
|
}]
|
|
}
|