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

Better Bamboo

This commit is contained in:
Brian Fopiano
2020-07-27 00:10:59 -07:00
parent 67f4036fc5
commit 216934104e
10 changed files with 90 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -30,6 +30,67 @@
]
}
],
"objects": [
{
"chance": 0.5,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.5,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"jungle-remade/bmbo-1",
"jungle-remade/bmbo-2",
"jungle-remade/bmbo-3",
"jungle-remade/bmbo-4",
"jungle-remade/bmbo-5",
"jungle-remade/bmbo-6",
"jungle-remade/bmbo-7",
"jungle-remade/bmbo-8",
"jungle-remade/bmbo-9"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
],
"wall":
{
"dispersion": "SCATTER",
@@ -45,8 +106,13 @@
"decorators": [
{
"zoom": 0.3,
"chance": 0.19,
"palette": ["GRASS"],
"chance": 0.25,
"palette": [
"GRASS",
"GRASS",
"GRASS",
"TALL_GRASS"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
@@ -55,7 +121,7 @@
"verticalZoom": 5,
"chance": 0.18,
"stackMin": 3,
"stackMax": 8,
"stackMax": 19,
"palette": [
"minecraft:bamboo[age=0,leaves=none,stage=0]",
"minecraft:bamboo[age=0,leaves=small,stage=0]",
@@ -66,6 +132,25 @@
"verticalVariance": "WISPY",
"dispersion": "WISPY",
"variance": "SCATTER"
},
{
"zoom": 5,
"verticalZoom": 5,
"chance": 0.08,
"stackMin": 3,
"stackMax": 19,
"palette": [
"jungle-remade/jspire-1",
"jungle-remade/jspire-2",
"jungle-remade/jspire-3",
"jungle-remade/jspire-4",
"jungle-remade/jspire-5",
"jungle-remade/jspire-6",
"jungle-remade/jspire-7"
],
"verticalVariance": "WISPY",
"dispersion": "WISPY",
"variance": "SCATTER"
}
],
"generators":[
@@ -80,7 +165,7 @@
"max": 3
}
],
"derivative": "BAMBOO_JUNGLE",
"derivative": "DESERT",
"biomeDispersion": "WISPY",
"biomeZoom": 10,
"biomeScatter": [
@@ -88,7 +173,6 @@
"DESERT"
],
"biomeSkyScatter": [
"BAMBOO_JUNGLE",
"JUNGLE"
"DESERT"
]
}