9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/cave/spiked-cavern.json
2021-08-08 21:22:19 -07:00

140 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": "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"}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{"block": "minecraft:cobblestone_wall"},
{"block": "minecraft: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"]
},
{
"chance": 1,
"edit": [{
"find": [{"block": "minecraft:stone"}],
"replace": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:cobblestone"},
{"block": "minecraft: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"
]
}
],
"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"
}
]
}
}