mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
95 lines
2.1 KiB
JSON
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"
|
|
} |