From ff371e3d32d41182d20a41cddc73dcc9922d0fd6 Mon Sep 17 00:00:00 2001 From: StrangeOne101 Date: Sat, 10 Jul 2021 03:40:30 +1200 Subject: [PATCH] Patches for decor updates - Fixed kelp and sea grass poking their nose out of the water. How rude. - Fixed stone columns poking out of the ground. They were a bit weird, tbh. - Added andesite walls to the ceiling of some caves. They are Keanu Reeves level cool. --- biomes/cave/old-cavern.json | 20 +++++++++++++++----- biomes/ocean/oce-deep.json | 9 ++++++--- biomes/ocean/oce-tem-ocean-deep.json | 14 ++++++++++---- biomes/ocean/oce-tem-ocean.json | 12 ++++++++---- biomes/ocean/oce-tem-river.json | 12 ++++++++---- biomes/ocean/oce-warm-bottom.json | 6 ++++-- biomes/ocean/oce-warm.json | 6 ++++-- 7 files changed, 55 insertions(+), 24 deletions(-) diff --git a/biomes/cave/old-cavern.json b/biomes/cave/old-cavern.json index 3c3fc7ff..6d032b49 100644 --- a/biomes/cave/old-cavern.json +++ b/biomes/cave/old-cavern.json @@ -66,6 +66,13 @@ "stackMax": 5, "stackMin": 1 }, + { + "chance": 0.02, + "palette": [{"block": "andesite_wall"}], + "stackMax": 5, + "stackMin": 1, + "partOf": "CEILING" + }, { "forcePlace": true, "chance": 0.06, @@ -122,20 +129,23 @@ { "chance": 0.0013, "palette": [{"block": "lava"}], - "stackMax": 11, - "stackMin": 10 + "stackMax": 20, + "stackMin": 20, + "partOf": "CEILING" }, { "chance": 0.003, "palette": [{"block": "water"}], "stackMax": 11, - "stackMin": 10 + "stackMin": 10, + "partOf": "CEILING" }, { "chance": 0.005, "palette": [{"block": "stone"}], - "stackMax": 16, - "stackMin": 15 + "stackMax": 20, + "stackMin": 20, + "partOf": "CEILING" }, { "chance": 0.004, diff --git a/biomes/ocean/oce-deep.json b/biomes/ocean/oce-deep.json index a86a711b..80ced7ef 100644 --- a/biomes/ocean/oce-deep.json +++ b/biomes/ocean/oce-deep.json @@ -41,7 +41,8 @@ "chance": 0.09, "palette": [{"block": "kelp_plant"}], "stackMin": 2, - "stackMax": 12 + "stackMax": 12, + "partOf": "SEA_FLOOR" }, { "chance": 0.2, @@ -56,7 +57,8 @@ "topPalette": [{ "block": "tall_seagrass", "data": {"half": "upper"} - }] + }], + "partOf": "SEA_FLOOR" } ], "objects": [ @@ -65,12 +67,13 @@ "waterloggable": true, "chance": 0.008, "mode": "FAST_MIN_HEIGHT", + "bottom": true, "rotation": { "enabled": true, "yAxis": { "enabled": true, "interval": 90, - "min": -360, + "min": 0, "max": 360 } }, diff --git a/biomes/ocean/oce-tem-ocean-deep.json b/biomes/ocean/oce-tem-ocean-deep.json index 6766c92b..546e786a 100644 --- a/biomes/ocean/oce-tem-ocean-deep.json +++ b/biomes/ocean/oce-tem-ocean-deep.json @@ -48,14 +48,16 @@ {"block": "soul_sand"}, {"block": "magma_block"} ], - "style": {"style": "STATIC"} + "style": {"style": "STATIC"}, + "partOf": "SEA_FLOOR" }, { "chance": 0.07, "variance": {"style": "STATIC"}, "zoom": 5, "palette": [{"block": "seagrass"}], - "style": {"style": "STATIC"} + "style": {"style": "STATIC"}, + "partOf": "SEA_FLOOR" }, { "chance": 0.013, @@ -66,7 +68,8 @@ "palette": [{"block": "kelp_plant"}], "style": {"style": "STATIC"}, "heightVariance": {"style": "IRIS"}, - "stackMin": 2 + "stackMin": 2, + "partOf": "SEA_FLOOR" }, { "chance": 0.001, @@ -79,7 +82,8 @@ }, "block": "sea_pickle" }], - "style": {"style": "STATIC"} + "style": {"style": "STATIC"}, + "partOf": "SEA_FLOOR" } ], "objects": [ @@ -96,6 +100,7 @@ "enabled": true }, "underwater": true, + "bottom": true, "place": [ "ships/swreck-1", "ships/usd-ship-1", @@ -124,6 +129,7 @@ "enabled": true }, "underwater": true, + "bottom": true, "place": [ "ships/gall-1", "ships/gall-2", diff --git a/biomes/ocean/oce-tem-ocean.json b/biomes/ocean/oce-tem-ocean.json index fa50abea..8f513995 100644 --- a/biomes/ocean/oce-tem-ocean.json +++ b/biomes/ocean/oce-tem-ocean.json @@ -49,14 +49,16 @@ {"block": "soul_sand"}, {"block": "magma_block"} ], - "style": {"style": "STATIC"} + "style": {"style": "STATIC"}, + "partOf": "SEA_FLOOR" }, { "chance": 0.07, "variance": {"style": "STATIC"}, "zoom": 5, "palette": [{"block": "seagrass"}], - "style": {"style": "STATIC"} + "style": {"style": "STATIC"}, + "partOf": "SEA_FLOOR" }, { "chance": 0.013, @@ -67,7 +69,8 @@ "palette": [{"block": "kelp_plant"}], "style": {"style": "STATIC"}, "heightVariance": {"style": "IRIS"}, - "stackMin": 2 + "stackMin": 2, + "partOf": "SEA_FLOOR" }, { "chance": 0.001, @@ -80,7 +83,8 @@ }, "block": "sea_pickle" }], - "style": {"style": "STATIC"} + "style": {"style": "STATIC"}, + "partOf": "SEA_FLOOR" } ], "objects": [ diff --git a/biomes/ocean/oce-tem-river.json b/biomes/ocean/oce-tem-river.json index 76ef62be..cd4f468a 100644 --- a/biomes/ocean/oce-tem-river.json +++ b/biomes/ocean/oce-tem-river.json @@ -53,14 +53,16 @@ {"block": "soul_sand"}, {"block": "magma_block"} ], - "style": {"style": "STATIC"} + "style": {"style": "STATIC"}, + "partOf": "SEA_FLOOR" }, { "chance": 0.07, "variance": {"style": "STATIC"}, "zoom": 5, "palette": [{"block": "seagrass"}], - "style": {"style": "STATIC"} + "style": {"style": "STATIC"}, + "partOf": "SEA_FLOOR" }, { "chance": 0.013, @@ -71,7 +73,8 @@ "palette": [{"block": "kelp_plant"}], "style": {"style": "STATIC"}, "heightVariance": {"style": "IRIS"}, - "stackMin": 2 + "stackMin": 2, + "partOf": "SEA_FLOOR" }, { "chance": 0.001, @@ -84,7 +87,8 @@ }, "block": "sea_pickle" }], - "style": {"style": "STATIC"} + "style": {"style": "STATIC"}, + "partOf": "SEA_FLOOR" } ], "objects": [{ diff --git a/biomes/ocean/oce-warm-bottom.json b/biomes/ocean/oce-warm-bottom.json index d11cc99e..6b378c63 100644 --- a/biomes/ocean/oce-warm-bottom.json +++ b/biomes/ocean/oce-warm-bottom.json @@ -43,7 +43,8 @@ "chance": 0.02, "palette": [{"block": "kelp_plant"}], "stackMin": 2, - "stackMax": 6 + "stackMax": 6, + "partOf": "SEA_FLOOR" }, { "chance": 0.2, @@ -58,7 +59,8 @@ "topPalette": [{ "block": "tall_seagrass", "data": {"half": "upper"} - }] + }], + "partOf": "SEA_FLOOR" } ], "objects": [ diff --git a/biomes/ocean/oce-warm.json b/biomes/ocean/oce-warm.json index bc0b152f..495924d5 100644 --- a/biomes/ocean/oce-warm.json +++ b/biomes/ocean/oce-warm.json @@ -37,7 +37,8 @@ "chance": 0.02, "palette": [{"block": "kelp_plant"}], "stackMin": 2, - "stackMax": 6 + "stackMax": 6, + "partOf": "SEA_FLOOR" }, { "chance": 0.05, @@ -52,7 +53,8 @@ "topPalette": [{ "block": "tall_seagrass", "data": {"half": "upper"} - }] + }], + "partOf": "SEA_FLOOR" } ], "objects": [