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/deepravine.json
Brian Fopiano 6d3840424b CLean
2021-09-12 14:28:06 -07:00

65 lines
1.5 KiB
JSON

{
"name": "Deepened Ravine",
"wall": {
"style": {"style": "IRIS"},
"palette": [
{
"block": "minecraft:stone",
"weight": 3
},
{"block": "minecraft:stone"}
]
},
"layers": [{
"style": {"style": "STATIC"},
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:stone",
"weight": 3
},
{
"block": "minecraft:andesite",
"weight": 3
}
]
}],
"caveCeilingLayers": [{
"maxHeight": 1,
"minHeight": 1,
"style": {"style": "STATIC"},
"palette": [
{
"block": "minecraft:shroomlight",
"weight": 1
},
{
"block": "minecraft:stone",
"weight": 20
}
]
}],
"childStyle": {
"style": "STATIC",
"zoom": 2
},
"decorators": [
{
"partOf": "CEILING",
"chance": 0.03,
"palette": [{"block": "minecraft:hanging_roots"}]
},
{
"partOf": "CEILING",
"chance": 0.05,
"scaleStack": true,
"stackMin": 20,
"stackMax": 70,
"absoluteMaxStack": 10,
"heightVariance": {"style": "STATIC"},
"palette": [{"block": "minecraft:stone"}]
}
]
}