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/murky-cavern.json
2021-08-08 21:22:19 -07:00

139 lines
3.6 KiB
JSON

{
"name": "Swamp Murky Cavern",
"derivative": "SWAMP",
"vanillaDerivative": "SWAMP",
"children": ["cave/murky-cavern-gleaming"],
"layers": [{
"minHeight": 1,
"maxHeight": 2,
"style": {"style": "STATIC"},
"zoom": 0.1,
"palette": [
{"block": "minecraft:stone"},
{
"weight": 2,
"block": "minecraft:cobblestone"
},
{
"weight": 2,
"block": "minecraft:mossy_cobblestone"
},
{"block": "minecraft:mossy_stone_bricks"}
]
}],
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "minecraft:barrel"}]
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{"block": "minecraft:brown_mushroom"},
{"block": "minecraft:red_mushroom"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "minecraft:cobweb"}],
"style": {"style": "STATIC"}
}
],
"objects": [
{
"chance": 0.00175,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/camp1"]
},
{
"mode": "PAINT",
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/bincluster1"]
},
{
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/boulder1",
"clutter/boulder2",
"clutter/boulder3",
"clutter/boulder4",
"clutter/boulder5",
"clutter/boulder6",
"clutter/boulder7",
"clutter/boulder8",
"clutter/boulder9",
"clutter/boulder10",
"clutter/boulder11",
"clutter/boulder12",
"clutter/boulder13",
"clutter/boulder14",
"clutter/boulder15"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
],
"slab": {
"style": {"style": "STATIC"},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "minecraft:cobblestone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "minecraft:mossy_cobblestone_slab"
},
{
"weight": 5,
"block": "minecraft:air"
}
]
}
}