From 8cb44e264735290baad47dd6a53dabde0c29b224 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Fri, 16 Oct 2020 21:28:11 -0700 Subject: [PATCH] Heightmaps, and locations tweaked Because of height drop --- biomes/mushroom-forest.json | 2 +- biomes/mushroom-plains.json | 2 +- biomes/swamp-mountain-forest.json | 2 +- biomes/swamp-roofed-forest.json | 2 +- biomes/swamp-roofed-wayward.json | 2 +- biomes/swamp-willow-forest.json | 2 +- biomes/tundra-taiga.json | 2 +- regions/frozen.json | 2 +- regions/hot.json | 2 +- regions/swamp.json | 2 +- structures/mush-huts.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/biomes/mushroom-forest.json b/biomes/mushroom-forest.json index e3f9c4ea..7fc22a66 100644 --- a/biomes/mushroom-forest.json +++ b/biomes/mushroom-forest.json @@ -385,7 +385,7 @@ "zoom": 1.14, "shuffle": 16, "ratio": 0.59, - "height": 45, + "height": 30, "rarity": 55 } ], diff --git a/biomes/mushroom-plains.json b/biomes/mushroom-plains.json index 52aaaec7..f516f022 100644 --- a/biomes/mushroom-plains.json +++ b/biomes/mushroom-plains.json @@ -264,7 +264,7 @@ "zoom": 1.14, "shuffle": 16, "ratio": 0.59, - "height": 45, + "height": 30, "rarity": 55 }, { diff --git a/biomes/swamp-mountain-forest.json b/biomes/swamp-mountain-forest.json index 9817949b..3d56e712 100644 --- a/biomes/swamp-mountain-forest.json +++ b/biomes/swamp-mountain-forest.json @@ -439,7 +439,7 @@ "zoom": 3.14, "shuffle": 16, "ratio": 0.59, - "height": 67, + "height": 30, "rarity": 33 } ], diff --git a/biomes/swamp-roofed-forest.json b/biomes/swamp-roofed-forest.json index 6c1efd83..b4760e19 100644 --- a/biomes/swamp-roofed-forest.json +++ b/biomes/swamp-roofed-forest.json @@ -524,7 +524,7 @@ "zoom": 3.15, "shuffle": 11, "ratio": 0.58, - "height": 53, + "height": 30, "rarity": 32 } ], diff --git a/biomes/swamp-roofed-wayward.json b/biomes/swamp-roofed-wayward.json index 4d2f7827..3bd04da5 100644 --- a/biomes/swamp-roofed-wayward.json +++ b/biomes/swamp-roofed-wayward.json @@ -498,7 +498,7 @@ "zoom": 3.15, "shuffle": 11, "ratio": 0.58, - "height": 53, + "height": 30, "rarity": 36 } ], diff --git a/biomes/swamp-willow-forest.json b/biomes/swamp-willow-forest.json index 78887849..6bfea1b0 100644 --- a/biomes/swamp-willow-forest.json +++ b/biomes/swamp-willow-forest.json @@ -488,7 +488,7 @@ "zoom": 3.14, "shuffle": 16, "ratio": 0.59, - "height": 58, + "height": 30, "rarity": 31 } ], diff --git a/biomes/tundra-taiga.json b/biomes/tundra-taiga.json index 200d5c56..18983231 100644 --- a/biomes/tundra-taiga.json +++ b/biomes/tundra-taiga.json @@ -356,7 +356,7 @@ { "tileset": "village-stone", "zoom": 2, - "rarity": 159 + "rarity": 100 } ], "generators": [ diff --git a/regions/frozen.json b/regions/frozen.json index ababe2fa..d4223d0b 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -7,7 +7,7 @@ "tileset": "soul-temple", "zoom": 2, "rarity": 12, - "height": 36 + "height": 35 }, { "tileset": "ruins", diff --git a/regions/hot.json b/regions/hot.json index c5dee024..6dcb8a9c 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -41,7 +41,7 @@ "zoom": 0.25, "shuffle": 5, "ratio": 0.05, - "height": 25, + "height": 30, "rarity": 15 } ], diff --git a/regions/swamp.json b/regions/swamp.json index 953203ae..ad35c0b6 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -29,7 +29,7 @@ "zoom": 0.25, "shuffle": 5, "ratio": 0.05, - "height": 25, + "height": 35, "rarity": 15 }, { diff --git a/structures/mush-huts.json b/structures/mush-huts.json index 6e784db5..5893afdc 100644 --- a/structures/mush-huts.json +++ b/structures/mush-huts.json @@ -3,7 +3,7 @@ "entityInitialSpawns": [ { "entity": "villager", - "maxSpawns": 5, + "maxSpawns": 4, "minSpawns": 2 } ],