9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/biomes/cave/jungle-cavern.json
Brian Fopiano 26bb940024 updates
2021-08-19 22:32:38 -07:00

149 lines
3.8 KiB
JSON

{
"name": "Jungle Cavern",
"derivative": "JUNGLE",
"vanillaDerivative": "JUNGLE",
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"layers": [{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "SIMPLEX"},
"zoom": 0.08,
"palette": [
{
"weight": 95,
"block": "minecraft:grass_block"
},
{"block": "minecraft:stone"}
]
}],
"decorators": [
{
"chance": 0.15,
"palette": [
{"block": "minecraft:grass"},
{"block": "minecraft:fern"}
]
},
{
"chance": 0.1,
"palette": [{"block": "minecraft:jungle_leaves"}],
"style": {
"style": "VASCULAR_THIN",
"zoom": 0.3
},
"partOf": "CEILING"
},
{
"chance": 0.01,
"palette": [{"block": "minecraft:jungle_leaves"}],
"style": {
"style": "VASCULAR_THIN",
"zoom": 0.3
},
"scaleStack": true,
"stackMax": 75,
"stackMin": 30,
"partOf": "CEILING"
},
{
"chance": 0.01,
"palette": [{"block": "minecraft:jungle_leaves"}],
"style": {
"style": "VASCULAR_THIN",
"zoom": 0.3
},
"scaleStack": true,
"stackMax": 75,
"stackMin": 30,
"partOf": "CEILING"
},
{
"chance": 0.01,
"palette": [{"block": "minecraft:jungle_leaves"}],
"style": {
"style": "VASCULAR_THIN",
"zoom": 0.3
},
"scaleStack": true,
"stackMax": 75,
"stackMin": 30,
"partOf": "CEILING"
},
{
"chance": 0.03,
"palette": [{"block": "minecraft:shroomlight"}],
"partOf": "CEILING"
}
],
"objects": [
{
"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:stone_slab"
},
{
"weight": 7,
"block": "minecraft:air"
}
]
}
}