mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "Dripstone Cavern",
|
|
"wall": {"palette": [{
|
|
"block": "minecraft:dripstone_block",
|
|
"weight": 4
|
|
}]},
|
|
"layers": [{
|
|
"minHeight": 1,
|
|
"maxHeight": 2,
|
|
"style": {"style": "GLOB_IRIS_THICK"},
|
|
"zoom": 0.4,
|
|
"palette": [
|
|
{
|
|
"weight": 2,
|
|
"block": "minecraft:tuff"
|
|
},
|
|
{
|
|
"weight": 2,
|
|
"block": "minecraft:granite"
|
|
},
|
|
{
|
|
"block": "minecraft:dripstone_block",
|
|
"weight": 6
|
|
}
|
|
]
|
|
}],
|
|
"caveCeilingLayers": [{
|
|
"maxHeight": 2,
|
|
"style": {"style": "STATIC"},
|
|
"minHeight": 2,
|
|
"palette": [
|
|
{
|
|
"block": "minecraft:dripstone_block",
|
|
"weight": 20
|
|
},
|
|
{
|
|
"block": "minecraft:shroomlight",
|
|
"weight": 1
|
|
}
|
|
]
|
|
}],
|
|
"decorators": [
|
|
{
|
|
"chance": 0.066,
|
|
"scaleStack": true,
|
|
"stackMin": 25,
|
|
"stackMax": 80,
|
|
"absoluteMaxStack": 6,
|
|
"palette": [{
|
|
"block": "minecraft:pointed_dripstone",
|
|
"data": {"vertical_direction": "up"}
|
|
}]
|
|
},
|
|
{
|
|
"partOf": "CEILING",
|
|
"chance": 0.1,
|
|
"absoluteMaxStack": 6,
|
|
"scaleStack": true,
|
|
"stackMin": 25,
|
|
"stackMax": 80,
|
|
"palette": [{
|
|
"block": "minecraft:pointed_dripstone",
|
|
"data": {"vertical_direction": "down"}
|
|
}]
|
|
}
|
|
]
|
|
}
|