9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/carving/calcite.json
2022-06-17 10:24:37 -07:00

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"}
]
}]
}