From 48828637f08bfac79ad0d76f120018006a60ec4d Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Tue, 18 Aug 2020 13:47:52 -0700 Subject: [PATCH] Fixes --- overworld/biomes/frozen-beach.json | 1 + overworld/biomes/hot-acacia-denmyre.json | 2 +- overworld/biomes/hot-beach.json | 1 + overworld/biomes/hot-desert-hills.json | 9 +- overworld/biomes/hot-desert-red.json | 1 + overworld/biomes/hot-desert.json | 1 + overworld/biomes/hot-mesa copy.json | 106 +++++++++++++++++++++ overworld/biomes/hot-ocean-cliffs.json | 4 +- overworld/biomes/hot-ocean.json | 4 +- overworld/biomes/swamp-beach.json | 3 +- overworld/biomes/temperate-beach.json | 1 + overworld/biomes/temperate-oak-forest.json | 10 ++ overworld/biomes/tropical-beach.json | 1 + overworld/biomes/tropical-rainforest.json | 19 ++-- overworld/biomes/tundra-beach.json | 1 + overworld/biomes/tundra-ocean.json | 2 +- 16 files changed, 147 insertions(+), 19 deletions(-) create mode 100644 overworld/biomes/hot-mesa copy.json diff --git a/overworld/biomes/frozen-beach.json b/overworld/biomes/frozen-beach.json index 611be2d9..07e71414 100644 --- a/overworld/biomes/frozen-beach.json +++ b/overworld/biomes/frozen-beach.json @@ -115,6 +115,7 @@ "chance": 0.015, "palette": [ "minecraft:dark_oak_button[face=floor,facing=east,powered=false]", + "AIR", "minecraft:dark_oak_button[face=floor,facing=south,powered=false]" ] } diff --git a/overworld/biomes/hot-acacia-denmyre.json b/overworld/biomes/hot-acacia-denmyre.json index 803b2843..be62949b 100644 --- a/overworld/biomes/hot-acacia-denmyre.json +++ b/overworld/biomes/hot-acacia-denmyre.json @@ -57,7 +57,7 @@ { "zoom": 0.01, "chance": 0.1, - "palette": ["DEAD_BUSH", "BROWN_MUSHROOM"], + "palette": ["DEAD_BUSH","DEAD_BUSH","DEAD_BUSH","DEAD_BUSH", "BROWN_MUSHROOM"], "style": {"style": "STATIC"}, "variance": {"style": "STATIC"} }, diff --git a/overworld/biomes/hot-beach.json b/overworld/biomes/hot-beach.json index 73ce493d..413813a3 100644 --- a/overworld/biomes/hot-beach.json +++ b/overworld/biomes/hot-beach.json @@ -40,6 +40,7 @@ "chance": 0.03, "palette": [ "minecraft:stone_button[face=floor,facing=east,powered=false]", + "AIR", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], "style": {"style": "STATIC"}, diff --git a/overworld/biomes/hot-desert-hills.json b/overworld/biomes/hot-desert-hills.json index 3377aab8..cd2497d8 100644 --- a/overworld/biomes/hot-desert-hills.json +++ b/overworld/biomes/hot-desert-hills.json @@ -71,22 +71,23 @@ }, "decorators": [ { - "verticalZoom": 20, + "verticalZoom": 5, "heightVariance": {"style": "IRIS"}, "style": {"style": "STATIC"}, "variance": {"style": "STATIC"}, "stackMin": 1, "stackMax": 5, - "chance": 0.007, + "chance": 0.003, "palette": [ "CACTUS" ] }, { "zoom": 0.3, - "chance": 0.00235, + "chance": 0.00135, "palette": [ "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", + "AIR", "minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]" ], "style": {"style": "STATIC"}, @@ -94,7 +95,7 @@ }, { "zoom": 0.3, - "chance": 0.03, + "chance": 0.01, "palette": [ "DEAD_BUSH" ], diff --git a/overworld/biomes/hot-desert-red.json b/overworld/biomes/hot-desert-red.json index 7e6e2511..bf853588 100644 --- a/overworld/biomes/hot-desert-red.json +++ b/overworld/biomes/hot-desert-red.json @@ -73,6 +73,7 @@ "chance": 0.00875, "palette": [ "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", + "AIR", "minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]" ], "style": {"style": "STATIC"}, diff --git a/overworld/biomes/hot-desert.json b/overworld/biomes/hot-desert.json index 8d3f22a7..74c5340f 100644 --- a/overworld/biomes/hot-desert.json +++ b/overworld/biomes/hot-desert.json @@ -63,6 +63,7 @@ "chance": 0.001235, "palette": [ "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", + "AIR", "minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]" ], "style": {"style": "STATIC"}, diff --git a/overworld/biomes/hot-mesa copy.json b/overworld/biomes/hot-mesa copy.json new file mode 100644 index 00000000..0dca445e --- /dev/null +++ b/overworld/biomes/hot-mesa copy.json @@ -0,0 +1,106 @@ +{ + "name": "Mesa", + "lockLayers": true, + "rarity": 3, + "layers": [ + { + "minHeight": 1, + "maxHeight": 1, + "style": {"style": "STATIC"}, + "palette": [ + "TERRACOTTA" + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": {"style": "STATIC"}, + "palette": [ + "BROWN_TERRACOTTA" + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": {"style": "STATIC"}, + "palette": [ + "GRAY_TERRACOTTA" + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": {"style": "STATIC"}, + "palette": [ + "BLACK_TERRACOTTA" + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": {"style": "STATIC"}, + "palette": [ + "GRAY_TERRACOTTA" + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": {"style": "STATIC"}, + "palette": [ + "BROWN_TERRACOTTA" + ] + } + ], + "wall": { + "style": {"style":"IRIS"}, + "palette": [ + "BROWN_TERRACOTTA", + "GRAY_TERRACOTTA", + "BLACK_TERRACOTTA" + ] + }, + "decorators": [ + { + "zoom": 0.3, + "chance": 0.009, + "palette": [ + "minecraft:stone_button[face=floor,facing=east,powered=false]", + "minecraft:stone_button[face=floor,facing=south,powered=false]" + ], + "style": {"style": "STATIC"}, + "variance": {"style": "STATIC"} + }, + { + "zoom": 0.3, + "chance": 0.01, + "palette": [ + "DEAD_BUSH" + + ], + "style": {"style": "STATIC"}, + "variance": {"style": "STATIC"} + } + ], + "children":[ + "hot-mesa-cliffs" + ], + "generators":[ + { + "generator": "plain", + "min": 9, + "max": 16 + }, + { + "generator": "mesa-sharp-5", + "min": 7, + "max": 13 + }, + { + "generator": "mesa-sharp-7", + "min": 7, + "max": 16 + } + ], + "derivative": "SHATTERED_SAVANNA" +} \ No newline at end of file diff --git a/overworld/biomes/hot-ocean-cliffs.json b/overworld/biomes/hot-ocean-cliffs.json index e55f6459..8eafa56a 100644 --- a/overworld/biomes/hot-ocean-cliffs.json +++ b/overworld/biomes/hot-ocean-cliffs.json @@ -59,7 +59,7 @@ }, { "zoom": 5, - "chance": 0.03, + "chance": 0.001, "palette": [ "SEAGRASS" ], @@ -71,7 +71,7 @@ "zoom": 1, "stackMax": 9, "stackMin": 1, - "chance": 0.055, + "chance": 0.015, "palette": [ "KELP_PLANT" ], diff --git a/overworld/biomes/hot-ocean.json b/overworld/biomes/hot-ocean.json index c5f138d0..f927a401 100644 --- a/overworld/biomes/hot-ocean.json +++ b/overworld/biomes/hot-ocean.json @@ -131,7 +131,7 @@ }, { "zoom": 5, - "chance": 0.03, + "chance": 0.02, "palette": [ "SEAGRASS" ], @@ -143,7 +143,7 @@ "zoom": 1, "stackMax": 9, "stackMin": 1, - "chance": 0.055, + "chance": 0.015, "palette": [ "KELP_PLANT" ], diff --git a/overworld/biomes/swamp-beach.json b/overworld/biomes/swamp-beach.json index 327c9400..2227d87d 100644 --- a/overworld/biomes/swamp-beach.json +++ b/overworld/biomes/swamp-beach.json @@ -34,7 +34,8 @@ "zoom": 0.3, "chance": 0.009, "palette": [ - "minecraft:dark_oak_button[face=floor,facing=east,powered=false]" + "minecraft:dark_oak_button[face=floor,facing=east,powered=false]", + "AIR" ], "style": {"style": "STATIC"}, "variance": {"style": "STATIC"} diff --git a/overworld/biomes/temperate-beach.json b/overworld/biomes/temperate-beach.json index 860c0e32..e5cafbdf 100644 --- a/overworld/biomes/temperate-beach.json +++ b/overworld/biomes/temperate-beach.json @@ -31,6 +31,7 @@ "chance": 0.03, "palette": [ "minecraft:stone_button[face=floor,facing=east,powered=false]", + "AIR", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], "style": {"style": "STATIC"}, diff --git a/overworld/biomes/temperate-oak-forest.json b/overworld/biomes/temperate-oak-forest.json index 9d8f6cf9..aff1785d 100644 --- a/overworld/biomes/temperate-oak-forest.json +++ b/overworld/biomes/temperate-oak-forest.json @@ -150,6 +150,16 @@ }, { "chance": 0.01, + "edit": [ + { + "find": ["WHITE_WOOL"], + "replace": ["OAK_WOOD"] + }, + { + "find": ["BLACK_WOOL"], + "replace": ["OAK_WOOD"] + } + ], "rotation": { "yAxis": { "min": 0, diff --git a/overworld/biomes/tropical-beach.json b/overworld/biomes/tropical-beach.json index 85973240..5c4898de 100644 --- a/overworld/biomes/tropical-beach.json +++ b/overworld/biomes/tropical-beach.json @@ -22,6 +22,7 @@ "chance": 0.03, "palette": [ "minecraft:jungle_button[face=floor,facing=east,powered=false]", + "AIR", "minecraft:jungle_button[face=floor,facing=south,powered=false]" ], "style": {"style": "STATIC"}, diff --git a/overworld/biomes/tropical-rainforest.json b/overworld/biomes/tropical-rainforest.json index 4d658d7f..851fb17f 100644 --- a/overworld/biomes/tropical-rainforest.json +++ b/overworld/biomes/tropical-rainforest.json @@ -84,13 +84,13 @@ "jungle-remade/jcoco-3", "jungle-remade/jcoco-4", "jungle-remade/jcoco-5", - "jungle-remade/j6", - "jungle-remade/j7", - "jungle-remade/j8", - "jungle-remade/j9", - "jungle-remade/j11", - "jungle-remade/j12", - "jungle-remade/j13" + "jungle-remade/J6", + "jungle-remade/J7", + "jungle-remade/J8", + "jungle-remade/J9", + "jungle-remade/J11", + "jungle-remade/J12", + "jungle-remade/J13" ], "translate": { "x": 0, @@ -225,7 +225,10 @@ "zoom": 10, "chance": 0.1, "palette": [ - "JUNGLE_WOOD" + "JUNGLE_WOOD", + "JUNGLE_WOOD", + "JUNGLE_WOOD", + "MELON" ], "heightVariance": { "style": "IRIS" diff --git a/overworld/biomes/tundra-beach.json b/overworld/biomes/tundra-beach.json index 6d6f4e69..cef95049 100644 --- a/overworld/biomes/tundra-beach.json +++ b/overworld/biomes/tundra-beach.json @@ -37,6 +37,7 @@ "chance": 0.03, "palette": [ "minecraft:stone_button[face=floor,facing=east,powered=false]", + "AIR", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], "style": { diff --git a/overworld/biomes/tundra-ocean.json b/overworld/biomes/tundra-ocean.json index 6591997a..c48561a3 100644 --- a/overworld/biomes/tundra-ocean.json +++ b/overworld/biomes/tundra-ocean.json @@ -59,7 +59,7 @@ } }, { - "chance": 0.3, + "chance": 0.2, "underwater": true, "rotation": { "yAxis": {