mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
29 lines
729 B
JSON
29 lines
729 B
JSON
{
|
|
"name": "Calcite Cavern",
|
|
"wall": {"palette": [{"block": "minecraft:tuff"}]},
|
|
"layers": [{
|
|
"maxHeight": 1,
|
|
"minHeight": 1,
|
|
"palette": [
|
|
{"block": "minecraft:calcite"},
|
|
{"block": "minecraft:diorite"}
|
|
]
|
|
}],
|
|
"decorators": [{
|
|
"chance": 0.001,
|
|
"style": {"style": "STATIC"},
|
|
"topPalette": [{"block": "minecraft:andesite"}],
|
|
"stackMax": 5,
|
|
"stackMin": 1,
|
|
"palette": [{"block": "minecraft:calcite"}]
|
|
}],
|
|
"caveCeilingLayers": [{
|
|
"maxHeight": 1,
|
|
"minHeight": 1,
|
|
"palette": [
|
|
{"block": "minecraft:calcite"},
|
|
{"block": "minecraft:diorite"}
|
|
]
|
|
}]
|
|
}
|