9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00

Mesa with the best, dry like the rest

{sombra}
This commit is contained in:
Brian Fopiano
2020-08-18 19:27:35 -07:00
parent 068f352efc
commit df896b2d05
5 changed files with 29 additions and 16 deletions

View File

@@ -52,8 +52,9 @@
], ],
"objects": [ "objects": [
{ {
"chance": 0.001, "chance": 0.01,
"density": 3, "density": 3,
"onwater": true,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
"min": 0, "min": 0,
@@ -84,6 +85,7 @@
}, },
{ {
"chance": 0.05, "chance": 0.05,
"onwater": true,
"density": 3, "density": 3,
"rotation": { "rotation": {
"yAxis": { "yAxis": {
@@ -94,7 +96,7 @@
}, },
"enabled": true "enabled": true
}, },
"snow": 0.35, "snow": 0.01,
"place": [ "place": [
"ice-spikes/ice-spec-1", "ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2", "ice-spikes/ice-spec-2",

View File

@@ -16,7 +16,15 @@
"maxHeight": 1, "maxHeight": 1,
"style": {"style": "STATIC"}, "style": {"style": "STATIC"},
"palette": [ "palette": [
"BROWN_TERRACOTTA" "WHITE_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"TERRACOTTA"
] ]
}, },
{ {
@@ -24,7 +32,15 @@
"maxHeight": 1, "maxHeight": 1,
"style": {"style": "STATIC"}, "style": {"style": "STATIC"},
"palette": [ "palette": [
"GRAY_TERRACOTTA" "RED_TERRACOTTA"
]
},
{
"minHeight": 2,
"maxHeight": 2,
"style": {"style": "STATIC"},
"palette": [
"TERRACOTTA"
] ]
}, },
{ {
@@ -40,7 +56,7 @@
"maxHeight": 1, "maxHeight": 1,
"style": {"style": "STATIC"}, "style": {"style": "STATIC"},
"palette": [ "palette": [
"LIGHT_GRAY_TERRACOTTA" "TERRACOTTA"
] ]
}, },
{ {
@@ -55,9 +71,9 @@
"wall": { "wall": {
"style": {"style":"IRIS"}, "style": {"style":"IRIS"},
"palette": [ "palette": [
"BROWN_TERRACOTTA", "RED_TERRACOTTA",
"GRAY_TERRACOTTA", "GRAY_TERRACOTTA",
"BLACK_TERRACOTTA" "YELLOW_TERRACOTTA"
] ]
}, },
"decorators": [ "decorators": [
@@ -93,8 +109,8 @@
}, },
{ {
"generator": "mesa-sharp-5", "generator": "mesa-sharp-5",
"min": 7, "min": 13,
"max": 13 "max": 17
}, },
{ {
"generator": "mesa-sharp-7", "generator": "mesa-sharp-7",

View File

@@ -113,12 +113,7 @@
], ],
"generators":[ "generators":[
{ {
"generator": "plain", "generator": "plain-chaotic",
"min": 5,
"max": 13
},
{
"generator": "plain-cliffs",
"min": 22, "min": 22,
"max": 44 "max": 44
} }

View File

@@ -8,7 +8,7 @@
"landBiomes": [ "landBiomes": [
"hot-mesa-green", "hot-mesa-green",
"hot-desert", "hot-desert",
"hot-mesa", "hot-mesa-dark",
"hot-dry-forest", "hot-dry-forest",
"hot-mesa-blue", "hot-mesa-blue",
"hot-desert-red", "hot-desert-red",