From df896b2d057a7abb24fa3d8b60072ba7992f66ce Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Tue, 18 Aug 2020 19:27:35 -0700 Subject: [PATCH] Mesa with the best, dry like the rest {sombra} --- overworld/biomes/frozen-ocean.json | 6 ++-- .../{hot-mesa.json => hot-mesa-dark.json} | 0 overworld/biomes/hot-mesa-yellow.json | 30 ++++++++++++++----- overworld/biomes/temperate-highlands.json | 7 +---- overworld/regions/hot.json | 2 +- 5 files changed, 29 insertions(+), 16 deletions(-) rename overworld/biomes/{hot-mesa.json => hot-mesa-dark.json} (100%) diff --git a/overworld/biomes/frozen-ocean.json b/overworld/biomes/frozen-ocean.json index d7be0779..909fe685 100644 --- a/overworld/biomes/frozen-ocean.json +++ b/overworld/biomes/frozen-ocean.json @@ -52,8 +52,9 @@ ], "objects": [ { - "chance": 0.001, + "chance": 0.01, "density": 3, + "onwater": true, "rotation": { "yAxis": { "min": 0, @@ -84,6 +85,7 @@ }, { "chance": 0.05, + "onwater": true, "density": 3, "rotation": { "yAxis": { @@ -94,7 +96,7 @@ }, "enabled": true }, - "snow": 0.35, + "snow": 0.01, "place": [ "ice-spikes/ice-spec-1", "ice-spikes/ice-spec-2", diff --git a/overworld/biomes/hot-mesa.json b/overworld/biomes/hot-mesa-dark.json similarity index 100% rename from overworld/biomes/hot-mesa.json rename to overworld/biomes/hot-mesa-dark.json diff --git a/overworld/biomes/hot-mesa-yellow.json b/overworld/biomes/hot-mesa-yellow.json index a78c14c6..4d95d9f5 100644 --- a/overworld/biomes/hot-mesa-yellow.json +++ b/overworld/biomes/hot-mesa-yellow.json @@ -16,7 +16,15 @@ "maxHeight": 1, "style": {"style": "STATIC"}, "palette": [ - "BROWN_TERRACOTTA" + "WHITE_TERRACOTTA" + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": {"style": "STATIC"}, + "palette": [ + "TERRACOTTA" ] }, { @@ -24,7 +32,15 @@ "maxHeight": 1, "style": {"style": "STATIC"}, "palette": [ - "GRAY_TERRACOTTA" + "RED_TERRACOTTA" + ] + }, + { + "minHeight": 2, + "maxHeight": 2, + "style": {"style": "STATIC"}, + "palette": [ + "TERRACOTTA" ] }, { @@ -40,7 +56,7 @@ "maxHeight": 1, "style": {"style": "STATIC"}, "palette": [ - "LIGHT_GRAY_TERRACOTTA" + "TERRACOTTA" ] }, { @@ -55,9 +71,9 @@ "wall": { "style": {"style":"IRIS"}, "palette": [ - "BROWN_TERRACOTTA", + "RED_TERRACOTTA", "GRAY_TERRACOTTA", - "BLACK_TERRACOTTA" + "YELLOW_TERRACOTTA" ] }, "decorators": [ @@ -93,8 +109,8 @@ }, { "generator": "mesa-sharp-5", - "min": 7, - "max": 13 + "min": 13, + "max": 17 }, { "generator": "mesa-sharp-7", diff --git a/overworld/biomes/temperate-highlands.json b/overworld/biomes/temperate-highlands.json index 05cb985b..fd64f9a0 100644 --- a/overworld/biomes/temperate-highlands.json +++ b/overworld/biomes/temperate-highlands.json @@ -113,12 +113,7 @@ ], "generators":[ { - "generator": "plain", - "min": 5, - "max": 13 - }, - { - "generator": "plain-cliffs", + "generator": "plain-chaotic", "min": 22, "max": 44 } diff --git a/overworld/regions/hot.json b/overworld/regions/hot.json index 128861fa..e1472d7f 100644 --- a/overworld/regions/hot.json +++ b/overworld/regions/hot.json @@ -8,7 +8,7 @@ "landBiomes": [ "hot-mesa-green", "hot-desert", - "hot-mesa", + "hot-mesa-dark", "hot-dry-forest", "hot-mesa-blue", "hot-desert-red",