9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/cave/ice-cavern.json
2021-07-06 17:37:40 -07:00

84 lines
2.1 KiB
JSON

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