9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 12:19:14 +00:00
Files
Iris-Pack-EarthWorld/biomes/cave/tundra-cavern.json
2021-07-06 17:37:40 -07:00

108 lines
2.6 KiB
JSON

{
"name": "Tundra Cavern",
"derivative": "FROZEN_OCEAN",
"vanillaDerivative": "FROZEN_OCEAN",
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"layers": [{
"minHeight": 1,
"maxHeight": 2,
"style": {"style": "STATIC"},
"zoom": 0.2,
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "cobblestone"},
{"block": "gravel"}
]
}],
"entitySpawnOverrides": [{
"trigger": "SKELETON",
"entity": "shroud",
"cancelSourceSpawn": true,
"rarity": 12
}],
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]
},
{
"chance": 0.002,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "cobweb"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.0011,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"block": "sweet_berry_bush"
},
{
"data": {"age": 1},
"block": "sweet_berry_bush"
},
{
"data": {"age": 2},
"block": "sweet_berry_bush"
},
{
"data": {"age": 3},
"block": "sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
}
],
"objects": [{
"chance": 9.0E-4,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["grave/grave"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}],
"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": 6,
"block": "air"
}
]
}
}