9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00

Merge pull request #192 from StrangeOne101/master

Jungo Caves
This commit is contained in:
Brian Neumann-Fopiano
2021-08-10 02:22:15 -07:00
committed by GitHub
7 changed files with 152 additions and 51 deletions

View File

@@ -0,0 +1,145 @@
{
"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"
}
]
}
}

View File

@@ -33,16 +33,7 @@
],
"layers": [
{
"style": {"style": "STATIC"},
"zoom": 0.35,
"palette": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:jungle_leaves"},
{
"weight": 2,
"block": "minecraft:grass_block"
}
]
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 2,

View File

@@ -19,16 +19,7 @@
}],
"layers": [
{
"style": {"style": "FRACTAL_BILLOW_IRIS"},
"zoom": 0.6,
"palette": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:jungle_leaves"},
{
"weight": 2,
"block": "minecraft:grass_block"
}
]
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 2,

View File

@@ -19,16 +19,7 @@
}],
"layers": [
{
"style": {"style": "FRACTAL_BILLOW_IRIS"},
"zoom": 0.6,
"palette": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:jungle_leaves"},
{
"weight": 2,
"block": "minecraft:grass_block"
}
]
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 2,

View File

@@ -24,16 +24,7 @@
}],
"layers": [
{
"style": {"style": "FRACTAL_BILLOW_IRIS"},
"zoom": 0.6,
"palette": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:jungle_leaves"},
{
"weight": 2,
"block": "minecraft:grass_block"
}
]
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 2,

View File

@@ -23,16 +23,7 @@
}],
"layers": [
{
"style": {"style": "FRACTAL_BILLOW_IRIS"},
"zoom": 0.6,
"palette": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:jungle_leaves"},
{
"weight": 2,
"block": "minecraft:grass_block"
}
]
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 2,

View File

@@ -27,7 +27,8 @@
"caveBiomes": [
"cave/tropical-cavern",
"cave/cavern-coral",
"cave/cavern-root"
"cave/cavern-root",
"cave/jungle-cavern"
],
"biomeImplosionRatio": 0.25,
"riverStyle": {