9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
Files
Iris-Pack-Overworld/biomes/carving/jungle.json
2022-06-17 10:24:37 -07:00

80 lines
2.2 KiB
JSON

{
"name": "Jungle Cavern",
"wall": {
"minHeight": 2,
"maxHeight": 2,
"style": {"style": "STATIC"},
"zoom": 0.4,
"palette": [
{"block": "minecraft:jungle_wood"},
{"block": "minecraft:stripped_jungle_wood"}
]
},
"layers": [{
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:grass_block"}]
}],
"decorators": [
{
"chance": 5.0E-4,
"scaleStack": true,
"stackMin": 1,
"stackMax": 5,
"absoluteMaxStack": 5,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:big_dripleaf"}]
},
{
"chance": 0.001,
"partOf": "CEILING",
"scaleStack": true,
"stackMin": 5,
"stackMax": 55,
"absoluteMaxStack": 4,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:cave_vines"}]
},
{
"chance": 0.4,
"style": {"style": "STATIC"},
"palette": [
{
"block": "minecraft:jungle_sapling",
"weight": 10
},
{
"block": "minecraft:tall_grass",
"weight": 10
},
{
"block": "minecraft:fern",
"weight": 10
},
{
"block": "minecraft:grass",
"weight": 100
},
{"block": "minecraft:azalea"},
{"block": "minecraft:flowering_azalea"},
{"block": "minecraft:twisting_vines"}
]
},
{
"chance": 0.05,
"style": {"style": "STATIC"},
"topPalette": [{"block": "minecraft:jungle_leaves"}],
"stackMax": 2,
"stackMin": 1,
"palette": [{"block": "minecraft:jungle_wood"}]
}
],
"caveCeilingLayers": [{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{"block": "minecraft:rooted_dirt"},
{"block": "minecraft:coarse_dirt"}
]
}]
}