From 8393c31b7e3e89471bf484a61ce4662ebda4a8a4 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sun, 6 Sep 2020 02:30:06 -0700 Subject: [PATCH] I Break Everything i touch, Here are fixes [Did i touch my relationship?] --- biomes/frozen-mountains.json | 1 - biomes/frozen-redwoods-forest.json | 10 +++++++++- biomes/tropical-island-beach.json | 2 +- dimensions/overworld.json | 6 ++++++ regions/frozen.json | 13 ++++++------- regions/hot.json | 5 +++++ regions/mosaic.json | 2 +- regions/mushroom.json | 2 +- regions/swamp.json | 5 +++++ regions/temperate.json | 2 +- regions/tropical.json | 2 +- regions/tundra.json | 2 +- 12 files changed, 37 insertions(+), 15 deletions(-) diff --git a/biomes/frozen-mountains.json b/biomes/frozen-mountains.json index acdb06e8..c8e06acd 100644 --- a/biomes/frozen-mountains.json +++ b/biomes/frozen-mountains.json @@ -118,7 +118,6 @@ "frosted-spruce/large-7", "frosted-spruce/large-8", "frosted-spruce/large-9", - "frosted-spruce/large-10", "frosted-spruce/large-12", "frosted-spruce/large-13", "frosted-spruce/large-14", diff --git a/biomes/frozen-redwoods-forest.json b/biomes/frozen-redwoods-forest.json index 8a19e4b6..3c146073 100644 --- a/biomes/frozen-redwoods-forest.json +++ b/biomes/frozen-redwoods-forest.json @@ -101,7 +101,15 @@ } }, { - "chance": 0.8, + "chance": 0.4, + "edit": [ + { + "find": ["BIRCH_LEAVES", "SPRUCE_LEAVES", "OAK_LEAVES"], + "replace": ["ICE","ICE","ICE","ICE","PACKED_ICE"] + } + + ], + "snow": 1, "rotation": { "yAxis": { "min": 0, diff --git a/biomes/tropical-island-beach.json b/biomes/tropical-island-beach.json index a9b5c374..d9c176d7 100644 --- a/biomes/tropical-island-beach.json +++ b/biomes/tropical-island-beach.json @@ -108,7 +108,7 @@ ], "translate": { "x": 0, - "y": 0, + "y": -1, "z": 0 } } diff --git a/dimensions/overworld.json b/dimensions/overworld.json index fd1970eb..d0270c71 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -456,6 +456,12 @@ { "chance": 0.01, "density": 1, + "edit": [ + { + "find": ["BRICKS"], + "replace": ["VOID_AIR"] + } + ], "translate": { "x": 0, "y": -3, diff --git a/regions/frozen.json b/regions/frozen.json index f16b529c..075993eb 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -17,6 +17,11 @@ "rarity": 12, "zoom": 2, "height": 36 + }, + { + "tileset": "ruins", + "rarity": 200, + "zoom": 1 } ], "effects": [ @@ -84,13 +89,7 @@ "shuffle": 328 } ], - "structures": [ - { - "tileset": "ruins", - "rarity": 150, - "zoom": 1 - } - ], + "deposits": [ { "minHeight": 8, diff --git a/regions/hot.json b/regions/hot.json index 68b2a3e1..79534058 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -57,6 +57,11 @@ "rarity": 15, "shuffle": 5 + }, + { + "tileset": "ruins", + "rarity": 200, + "zoom": 1 } ], "shoreBiomes": [ diff --git a/regions/mosaic.json b/regions/mosaic.json index c508a56c..5dc2f195 100644 --- a/regions/mosaic.json +++ b/regions/mosaic.json @@ -32,7 +32,7 @@ "structures": [ { "tileset": "ruins", - "rarity": 150, + "rarity": 200, "zoom": 1 } ], diff --git a/regions/mushroom.json b/regions/mushroom.json index aa630439..144cbabf 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -45,7 +45,7 @@ "structures": [ { "tileset": "ruins", - "rarity": 150, + "rarity": 200, "zoom": 1 }, { diff --git a/regions/swamp.json b/regions/swamp.json index cf8ebc34..dd38f010 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -65,6 +65,11 @@ "height": 25, "rarity": 15, "shuffle": 5 + }, + { + "tileset": "ruins", + "rarity": 200, + "zoom": 1 } ] } \ No newline at end of file diff --git a/regions/temperate.json b/regions/temperate.json index cfd00517..b49099b4 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -53,7 +53,7 @@ "structures": [ { "tileset": "ruins", - "rarity": 150, + "rarity": 200, "zoom": 1 } ], diff --git a/regions/tropical.json b/regions/tropical.json index d7f2bcf2..871d5a4f 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -47,7 +47,7 @@ "structures": [ { "tileset": "ruins", - "rarity": 150, + "rarity": 200, "zoom": 1 } ], diff --git a/regions/tundra.json b/regions/tundra.json index bd73293c..3f901d30 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -25,7 +25,7 @@ "structures": [ { "tileset": "ruins", - "rarity": 180, + "rarity": 200, "zoom": 1 } ],