9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/cave/ice-cavern.json
2021-08-08 21:22:19 -07:00

78 lines
2.0 KiB
JSON

{
"name": "Frozen Ice Cavern",
"derivative": "BASALT_DELTAS",
"vanillaDerivative": "FROZEN_OCEAN",
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:blue_ice"},
{"block": "minecraft:packed_ice"},
{
"weight": 6,
"block": "minecraft:ice"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:ice"}]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:blackstone"}]
}
],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"decorators": [
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "minecraft:cornflower"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "minecraft:blackstone_wall"}],
"style": {"style": "STATIC"}
}
],
"slab": {
"style": {"style": "IRIS"},
"zoom": 0.5,
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "minecraft:cobblestone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "minecraft:mossy_cobblestone_slab"
},
{
"weight": 5,
"block": "minecraft:air"
}
]
}
}