9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/biomes/frozen-ice-cavern.json
Daniel Mills eba8578e1f Reg shroud
2020-09-02 16:46:37 -04:00

121 lines
2.5 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"
]
}
],
"entitySpawns": [
{
"rarity": 12,
"entity": "shroud",
"cancelSourceSpawn": true,
"trigger": "SKELETON"
}
],
"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"
}