From 009f5c42951f3e7a18d4ec4670ecc8011bbae1e9 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sun, 18 Oct 2020 11:24:11 -0700 Subject: [PATCH] trying to fix the watterlogging issues Will need to change some things --- biomes/hot-ocean-cliffs.json | 6 ++++++ biomes/hot-ocean.json | 6 ++++++ biomes/mushroom-ocean.json | 8 +++++++- biomes/mushroom-plains.json | 5 ----- biomes/rocky-ocean.json | 10 ++++++++-- biomes/swamp-ocean.json | 6 ++++++ biomes/temperate-ocean-deep.json | 8 +++++++- biomes/temperate-ocean.json | 10 ++++++++-- biomes/tropical-ocean.json | 6 ++++++ biomes/tundra-ocean.json | 8 +++++++- 10 files changed, 61 insertions(+), 12 deletions(-) diff --git a/biomes/hot-ocean-cliffs.json b/biomes/hot-ocean-cliffs.json index 6755c4c2..facd1ea4 100644 --- a/biomes/hot-ocean-cliffs.json +++ b/biomes/hot-ocean-cliffs.json @@ -115,6 +115,12 @@ "ships/usd-ship-1", "ships/usd-ship-2" ], + "edit": [ + { + "find": [{"block": "oak_stairs"}], + "replace": {"palette": [{"block": "oak_planks"}]} + } + ], "translate": { "x": 0, "y": -4, diff --git a/biomes/hot-ocean.json b/biomes/hot-ocean.json index 913ff04d..d753437e 100644 --- a/biomes/hot-ocean.json +++ b/biomes/hot-ocean.json @@ -160,6 +160,12 @@ "ships/usd-ship-1", "ships/usd-ship-2" ], + "edit": [ + { + "find": [{"block": "oak_stairs"}], + "replace": {"palette": [{"block": "oak_planks"}]} + } + ], "translate": { "x": 0, "y": -4, diff --git a/biomes/mushroom-ocean.json b/biomes/mushroom-ocean.json index aeefa8f2..51745c8c 100644 --- a/biomes/mushroom-ocean.json +++ b/biomes/mushroom-ocean.json @@ -97,7 +97,7 @@ ], "objects": [ { - "chance": 0.01, + "chance": 0.1, "rotation": { "yAxis": { "min": 0, @@ -113,6 +113,12 @@ "ships/usd-ship-1", "ships/usd-ship-2" ], + "edit": [ + { + "find": [{"block": "oak_stairs"}], + "replace": {"palette": [{"block": "oak_planks"}]} + } + ], "translate": { "x": 0, "y": -4, diff --git a/biomes/mushroom-plains.json b/biomes/mushroom-plains.json index 969a7ecc..24502c4b 100644 --- a/biomes/mushroom-plains.json +++ b/biomes/mushroom-plains.json @@ -267,11 +267,6 @@ "height": 30, "rarity": 100 }, - { - "tileset": "mush-huts", - "zoom": 1, - "rarity": 20 - } ], "generators": [ { diff --git a/biomes/rocky-ocean.json b/biomes/rocky-ocean.json index e82a8a30..c6efd82a 100644 --- a/biomes/rocky-ocean.json +++ b/biomes/rocky-ocean.json @@ -116,6 +116,12 @@ "ships/usd-ship-1", "ships/usd-ship-2" ], + "edit": [ + { + "find": [{"block": "oak_stairs"}], + "replace": {"palette": [{"block": "oak_planks"}]} + } + ], "translate": { "x": 0, "y": -4, @@ -123,7 +129,7 @@ } }, { - "chance": 0.008, + "chance": 0.009, "rotation": { "yAxis": { "min": 0, @@ -143,7 +149,7 @@ ], "translate": { "x": 0, - "y": 0, + "y": 2, "z": 0 } } diff --git a/biomes/swamp-ocean.json b/biomes/swamp-ocean.json index a8b61e52..95ada8a6 100644 --- a/biomes/swamp-ocean.json +++ b/biomes/swamp-ocean.json @@ -137,6 +137,12 @@ "ships/usd-ship-1", "ships/usd-ship-2" ], + "edit": [ + { + "find": [{"block": "oak_stairs"}], + "replace": {"palette": [{"block": "oak_planks"}]} + } + ], "translate": { "x": 0, "y": -4, diff --git a/biomes/temperate-ocean-deep.json b/biomes/temperate-ocean-deep.json index 4fb4b156..eb7837f3 100644 --- a/biomes/temperate-ocean-deep.json +++ b/biomes/temperate-ocean-deep.json @@ -93,6 +93,12 @@ "ships/usd-ship-1", "ships/usd-ship-2" ], + "edit": [ + { + "find": [{"block": "oak_stairs"}], + "replace": {"palette": [{"block": "oak_planks"}]} + } + ], "translate": { "x": 0, "y": -3, @@ -211,7 +217,7 @@ { "tileset": "prismarine_temple", "zoom": 0.88, - "height": 43, + "height": 30, "rarity": 199 } ], diff --git a/biomes/temperate-ocean.json b/biomes/temperate-ocean.json index be5c8ab0..bdea0cbb 100644 --- a/biomes/temperate-ocean.json +++ b/biomes/temperate-ocean.json @@ -96,6 +96,12 @@ "ships/usd-ship-1", "ships/usd-ship-2" ], + "edit": [ + { + "find": [{"block": "oak_stairs"}], + "replace": {"palette": [{"block": "oak_planks"}]} + } + ], "translate": { "x": 0, "y": -4, @@ -123,12 +129,12 @@ ], "translate": { "x": 0, - "y": 0, + "y": 2, "z": 0 } }, { - "chance": 0.001, + "chance": 0.004, "rotation": { "yAxis": { "min": 0, diff --git a/biomes/tropical-ocean.json b/biomes/tropical-ocean.json index 79f5ad87..99e9570a 100644 --- a/biomes/tropical-ocean.json +++ b/biomes/tropical-ocean.json @@ -264,6 +264,12 @@ "ships/usd-ship-1", "ships/usd-ship-2" ], + "edit": [ + { + "find": [{"block": "oak_stairs"}], + "replace": {"palette": [{"block": "oak_planks"}]} + } + ], "translate": { "x": 0, "y": -2, diff --git a/biomes/tundra-ocean.json b/biomes/tundra-ocean.json index 2e5aaea5..b91b8952 100644 --- a/biomes/tundra-ocean.json +++ b/biomes/tundra-ocean.json @@ -95,6 +95,12 @@ "ships/usd-ship-1", "ships/usd-ship-2" ], + "edit": [ + { + "find": [{"block": "oak_stairs"}], + "replace": {"palette": [{"block": "oak_planks"}]} + } + ], "translate": { "x": 0, "y": -3, @@ -102,7 +108,7 @@ } }, { - "chance": 0.001, + "chance": 0.004, "rotation": { "yAxis": { "min": 0,