From 4276a075262517247ec6a160c5b49ee96de8b65d Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Mon, 20 Jul 2020 19:37:09 -0400 Subject: [PATCH] Fixes --- iris.overworld.hot/biomes/hot-dry-forest.json | 107 ++++++++++++++++++ iris.overworld.hot/regions/hot.json | 1 + ...ains.json => temperate-bamboo-forest.json} | 12 +- .../biomes/temperate-plains.json | 12 +- .../biomes/temperate-wilds.json | 13 ++- .../regions/temperate.json | 2 +- .../biomes/tropical-rainforest-hills.json | 12 +- .../biomes/tropical-rainforest.json | 12 +- .../biomes/tundra-mountains.json | 14 ++- 9 files changed, 178 insertions(+), 7 deletions(-) create mode 100644 iris.overworld.hot/biomes/hot-dry-forest.json rename iris.overworld.temperate/biomes/{temperate-bamboo-plains.json => temperate-bamboo-forest.json} (88%) diff --git a/iris.overworld.hot/biomes/hot-dry-forest.json b/iris.overworld.hot/biomes/hot-dry-forest.json new file mode 100644 index 00000000..53475692 --- /dev/null +++ b/iris.overworld.hot/biomes/hot-dry-forest.json @@ -0,0 +1,107 @@ +{ + "name": "Dry Forest", + "layers": [ + { + "dispersion": "WISPY", + "terrainZoom": 1.25, + "palette": [ + "SAND", + "GRASS", + "RED_SAND", + "GRASS" + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "SANDSTONE", + "RED_SANDSTONE", + "STONE" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "dispersion": "SCATTER", + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] + } + ], + "decorators": [ + { + "zoom": 0.3, + "chance": 0.0235, + "palette": [ + "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", + "minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]" + ], + "dispersion": "SCATTER", + "variance": "SCATTER" + }, + { + "zoom": 0.3, + "chance": 0.162, + "palette": [ + "DEAD_BUSH" + ], + "dispersion": "SCATTER", + "variance": "SCATTER" + } + ], + "generators":[ + { + "generator": "plain", + "min": 4, + "max": 9 + }, + { + "generator": "wavy", + "min": 3, + "max": 12 + } + ], + "objects": [ + { + "chance": 0.225, + "density": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "deadwood/deadwood1", + "deadwood/deadwood2", + "deadwood/deadwood3", + "deadwood/deadwood4", + "deadwood/deadwood5", + "deadwood/deadwood6" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "derivative": "SAVANNA", + "biomeDispersion": "WISPY", + "biomeZoom": 60, + "biomeScatter": [ + "SAVANNA", + "DESERT" + ], + "biomeSkyScatter": [ + "DESERT", + "SWAMP", + "SAVANNA" + ] +} \ No newline at end of file diff --git a/iris.overworld.hot/regions/hot.json b/iris.overworld.hot/regions/hot.json index e976e8b6..25a2d9e7 100644 --- a/iris.overworld.hot/regions/hot.json +++ b/iris.overworld.hot/regions/hot.json @@ -6,6 +6,7 @@ "shoreHeightZoom": 1.14, "landBiomes": [ "hot-desert", + "hot-dry-forest", "hot-desert-red" ], "seaBiomes": [ diff --git a/iris.overworld.temperate/biomes/temperate-bamboo-plains.json b/iris.overworld.temperate/biomes/temperate-bamboo-forest.json similarity index 88% rename from iris.overworld.temperate/biomes/temperate-bamboo-plains.json rename to iris.overworld.temperate/biomes/temperate-bamboo-forest.json index 43a3fc3e..8cb200b2 100644 --- a/iris.overworld.temperate/biomes/temperate-bamboo-plains.json +++ b/iris.overworld.temperate/biomes/temperate-bamboo-forest.json @@ -71,5 +71,15 @@ "max": 3 } ], - "derivative": "BAMBOO_JUNGLE" + "derivative": "BAMBOO_JUNGLE", + "biomeDispersion": "WISPY", + "biomeZoom": 10, + "biomeScatter": [ + "BAMBOO_JUNGLE", + "DESERT" + ], + "biomeSkyScatter": [ + "BAMBOO_JUNGLE", + "JUNGLE" + ] } \ No newline at end of file diff --git a/iris.overworld.temperate/biomes/temperate-plains.json b/iris.overworld.temperate/biomes/temperate-plains.json index 1c1f4e76..ac3e56ba 100644 --- a/iris.overworld.temperate/biomes/temperate-plains.json +++ b/iris.overworld.temperate/biomes/temperate-plains.json @@ -54,5 +54,15 @@ "max": 3 } ], - "derivative": "PLAINS" + "derivative": "PLAINS", + "biomeDispersion": "WISPY", + "biomeZoom": 60, + "biomeScatter": [ + "FOREST", + "PLAINS" + ], + "biomeSkyScatter": [ + "FOREST", + "JUNGLE" + ] } \ No newline at end of file diff --git a/iris.overworld.temperate/biomes/temperate-wilds.json b/iris.overworld.temperate/biomes/temperate-wilds.json index c289aa04..388047be 100644 --- a/iris.overworld.temperate/biomes/temperate-wilds.json +++ b/iris.overworld.temperate/biomes/temperate-wilds.json @@ -72,5 +72,16 @@ "max": 3 } ], - "derivative": "PLAINS" + "derivative": "PLAINS", + "biomeDispersion": "WISPY", + "biomeZoom": 40, + "biomeScatter": [ + "FOREST", + "PLAINS", + "TAIGA_HILLS" + ], + "biomeSkyScatter": [ + "SWAMP", + "DESERT" + ] } \ No newline at end of file diff --git a/iris.overworld.temperate/regions/temperate.json b/iris.overworld.temperate/regions/temperate.json index fdc10d30..240342da 100644 --- a/iris.overworld.temperate/regions/temperate.json +++ b/iris.overworld.temperate/regions/temperate.json @@ -6,7 +6,7 @@ "shoreHeightZoom": 1.14, "landBiomes": [ "temperate-plains", - "temperate-bamboo-plains" + "temperate-bamboo-forest" ], "seaBiomes": [ "temperate-ocean" diff --git a/iris.overworld.tropical/biomes/tropical-rainforest-hills.json b/iris.overworld.tropical/biomes/tropical-rainforest-hills.json index 5cb8df79..38ec36e8 100644 --- a/iris.overworld.tropical/biomes/tropical-rainforest-hills.json +++ b/iris.overworld.tropical/biomes/tropical-rainforest-hills.json @@ -44,5 +44,15 @@ "children":[ "tropical-volcanic" ], - "derivative": "JUNGLE" + "derivative": "JUNGLE", + "biomeDispersion": "WISPY", + "biomeZoom": 3, + "biomeScatter": [ + "BAMBOO_JUNGLE", + "DESERT" + ], + "biomeSkyScatter": [ + "BAMBOO_JUNGLE", + "JUNGLE" + ] } \ No newline at end of file diff --git a/iris.overworld.tropical/biomes/tropical-rainforest.json b/iris.overworld.tropical/biomes/tropical-rainforest.json index 9a3c1db3..322314ba 100644 --- a/iris.overworld.tropical/biomes/tropical-rainforest.json +++ b/iris.overworld.tropical/biomes/tropical-rainforest.json @@ -39,5 +39,15 @@ "max": 7 } ], - "derivative": "JUNGLE" + "derivative": "JUNGLE", + "biomeDispersion": "WISPY", + "biomeZoom": 75, + "biomeScatter": [ + "BAMBOO_JUNGLE", + "DESERT" + ], + "biomeSkyScatter": [ + "BAMBOO_JUNGLE", + "JUNGLE" + ] } \ No newline at end of file diff --git a/iris.overworld.tundra/biomes/tundra-mountains.json b/iris.overworld.tundra/biomes/tundra-mountains.json index 47a1fd39..763e0504 100644 --- a/iris.overworld.tundra/biomes/tundra-mountains.json +++ b/iris.overworld.tundra/biomes/tundra-mountains.json @@ -50,5 +50,17 @@ "variance": "SCATTER" } ], - "derivative": "MOUNTAINS" + "derivative": "MOUNTAINS", + "biomeDispersion": "WISPY", + "biomeZoom": 30, + "biomeScatter": [ + "PLAINS", + "TAIGA_HILLS", + "MOUNTAINS", + "SWAMP" + ], + "biomeSkyScatter": [ + "SNOWY_TAIGA", + "SNOWY_MOUNTAINS" + ] } \ No newline at end of file