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
2021-09-01 12:27:52 -08:00

29 lines
728 B
JSON

{
"name": "Calcite Cavern",
"wall": {"palette": [{"block": "minecraft:tuff"}]},
"layers": [{
"maxHeight": 1,
"minHeight": 1,
"palette": [
{"block": "minecraft:calcite"},
{"block": "minecraft:diorite"}
]
}],
"caveCeilingLayers": [{
"maxHeight": 1,
"minHeight": 1,
"palette": [
{"block": "minecraft:calcite"},
{"block": "minecraft:diorite"}
]
}],
"decorators": [{
"chance": 0.05,
"style": {"style": "STATIC"},
"topPalette": [{"block": "minecraft:andesite"}],
"stackMax": 5,
"stackMin": 1,
"palette": [{"block": "minecraft:calcite"}]
}]
}