mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
65 lines
1.5 KiB
JSON
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"}]
|
|
}
|
|
]
|
|
}
|