9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/biomes/cave/spiked-cavern.json
Brian Fopiano fc9ffe69a8 Fixxxx
2021-07-18 23:28:06 -07:00

150 lines
3.9 KiB
JSON

{
"name": "Tundra Spiked Cavern",
"derivative": "FROZEN_OCEAN",
"vanillaDerivative": "THE_VOID",
"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"}
]
}],
"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"}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{"block": "cobblestone_wall"},
{"block": "andesite_wall"}
],
"style": {"style": "STATIC"}
}
],
"objects": [
{
"chance": 8.56E-4,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/grave1"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 1,
"edit": [{
"find": [{"block": "stone"}],
"replace": {"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "cobblestone"},
{"block": "gravel"}
]}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/spikestone1",
"clutter/spikestone2",
"clutter/spikestone3",
"clutter/spikestone4",
"clutter/spikestone5",
"clutter/spikestone6",
"clutter/spikestone7",
"clutter/spikestone8"
],
"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"
}
]
}
}