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

smol tweaks to jungle

This commit is contained in:
Brian Fopiano
2021-08-13 19:42:10 -07:00
parent cdc1b018eb
commit 4abcd77fcf
11 changed files with 27 additions and 10 deletions

View File

@@ -63,16 +63,14 @@
}],
"decorators": [
{
"chance": 0.45,
"variance": {"style": "IRIS"},
"chance": 0.35,
"variance": {"style": "IRIS", "fracture": {"style": "STATIC", "multiplier": 3}},
"zoom": 0.1,
"palette": [
{"block": "minecraft:jungle_leaves"},
{"block": "minecraft:tall_grass"},
{"block": "minecraft:grass"},
{"block": "minecraft:jungle_leaves"},
{"block": "minecraft:grass"},
{"block": "minecraft:jungle_leaves"}
{"block": "minecraft:fern"}
],
"style": {
"style": "FRACTAL_BILLOW_IRIS",
@@ -94,15 +92,34 @@
"stackMin": 1
},
{
"chance": 1.0E-4,
"chance": 0.05,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"stackMax": 1,
"zoom": 10,
"palette": [{"block": "minecraft:jungle_sapling"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"stackMin": 1
},
{
"chance": 0.1,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"stackMax": 1,
"palette": [{"block": "minecraft:fern"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"stackMin": 1
},
{
"chance": 0.1,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"stackMax": 1,
"palette": [{"block": "minecraft:dead_bush"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"stackMin": 1
}
],
"objects": [
@@ -147,7 +164,7 @@
],
"translate": {
"x": 0,
"y": -5,
"y": -1,
"z": 0
}
},
@@ -178,7 +195,7 @@
],
"translate": {
"x": 0,
"y": -5,
"y": -1,
"z": 0
}
},
@@ -235,7 +252,7 @@
}
},
{
"chance": 0.008,
"chance": 0.01,
"mode": "PAINT",
"place": [
"clutter/melons1",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.