9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/cave/tundra-cavern.json
2021-08-08 21:22:19 -07:00

102 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": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:cobblestone"},
{"block": "minecraft:gravel"}
]
}],
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "minecraft:barrel"}]
},
{
"chance": 0.002,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "minecraft:cobweb"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.0011,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 1},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 2},
"block": "minecraft:sweet_berry_bush"
},
{
"data": {"age": 3},
"block": "minecraft:sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
}
],
"objects": [{
"chance": 9.0E-4,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/grave1"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}],
"slab": {
"style": {"style": "IRIS"},
"zoom": 0.5,
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "minecraft:cobblestone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "minecraft:mossy_cobblestone_slab"
},
{
"weight": 6,
"block": "minecraft:air"
}
]
}
}