9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00

Fixing the fucking flora

This commit is contained in:
Brian Fopiano
2020-07-22 17:35:55 -07:00
parent 8ff4929f0e
commit cba64f561d
47 changed files with 119 additions and 8 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.

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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -7,7 +7,10 @@
"dispersion": "WISPY",
"palette": [
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER"
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER",
"CLAY"
]
},
{

View File

@@ -4,8 +4,17 @@
{
"minHeight": 3,
"maxHeight": 6,
"dispersion": "WISPY",
"palette": [
"SAND"
"SAND",
"SAND",
"SAND",
"SAND",
"SAND",
"SAND",
"SAND",
"CLAY",
"CLAY"
]
},
{

View File

@@ -24,6 +24,96 @@
]
}
],
"objects": [
{
"chance": 0.5,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": false
},
"place": [
"jungle-remade/jcoco-2",
"jungle-remade/jcoco-3",
"jungle-remade/jcoco-4",
"jungle-remade/jcoco-5",
"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"
],
"translate": {
"x": 0,
"y": -5,
"z": 0
}
},
{
"chance": 0.5,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": false
},
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.008,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": false
},
"place": [
"jungle-remade/bjungle-1",
"jungle-remade/bjungle-2",
"jungle-remade/bjungle-3",
"jungle-remade/bjungle-4",
"jungle-remade/bjungle-5"
],
"translate": {
"x": 0,
"y": -12,
"z": 0
}
}
],
"generators":[
{
"generator": "plain",

View File

@@ -39,10 +39,10 @@
},
"place": [
"jungle-remade/j2",
"jungle-remade/j3",
"jungle-remade/j4",
"jungle-remade/j5",
"jungle-remade/jcoco-2",
"jungle-remade/jcoco-3",
"jungle-remade/jcoco-4",
"jungle-remade/jcoco-5",
"jungle-remade/j6",
"jungle-remade/j7",
"jungle-remade/j8",
@@ -104,7 +104,7 @@
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,

View File

@@ -4,8 +4,17 @@
{
"minHeight": 3,
"maxHeight": 6,
"dispersion": "WISPY",
"palette": [
"SAND"
"SAND",
"SAND",
"SAND",
"SAND",
"SAND",
"SAND",
"SAND",
"CLAY",
"CLAY"
]
},
{