9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/frozen-ice-cavern.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

95 lines
2.1 KiB
JSON

{
"name": "Frozen Cavern",
"layers": [
{
"style": {"style": "STATIC"},
"minHeight": 1,
"maxHeight": 2,
"palette": [
"BLUE_ICE",
"PACKED_ICE",
"ICE",
"ICE",
"ICE",
"ICE",
"ICE",
"ICE"
]
},
{
"style": {"style": "STATIC"},
"minHeight": 1,
"maxHeight": 1,
"palette": [
"ICE"
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [
"BLACKSTONE"
]
}
],
"slab": {
"style":{
"style": "IRIS"
},
"zoom": 0.5,
"palette": [
"minecraft:cobblestone_slab[type=bottom,waterlogged=false]",
"minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]",
"AIR"
]
},
"decorators": [
{
"chance": 0.0001,
"palette": [
"BARREL"
]
},
{
"zoom": 0.3,
"chance": 0.02,
"palette": [
"COBWEB"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"CORNFLOWER"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.001,
"palette": [
"PRISMARINE_WALL"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"loot": {
"tables": [
"cave-clutter"
]
},
"generators":[
{
"generator": "plain",
"min": 4,
"max": 6
}
],
"derivative": "FROZEN_OCEAN"
}