From 67f4036fc599c055828fbdf57dcbf98a552dad66 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Mon, 27 Jul 2020 03:09:23 -0400 Subject: [PATCH] Hill tweaks --- .../biomes/temperate-highlands.json | 10 +++++----- .../biomes/temperate-wilds.json | 3 +++ iris.overworld.temperate/regions/temperate.json | 3 +-- .../biomes/tropical-rainforest-hills.json | 14 +++++++------- iris.overworld.tundra/biomes/tundra-mountains.json | 1 + 5 files changed, 17 insertions(+), 14 deletions(-) diff --git a/iris.overworld.temperate/biomes/temperate-highlands.json b/iris.overworld.temperate/biomes/temperate-highlands.json index c4cbb191..dcf5c220 100644 --- a/iris.overworld.temperate/biomes/temperate-highlands.json +++ b/iris.overworld.temperate/biomes/temperate-highlands.json @@ -81,13 +81,13 @@ "generators":[ { "generator": "plain", - "min": 38, - "max": 26 + "min": 5, + "max": 13 }, { - "generator": "sharp-mild", - "min": -2, - "max": 4 + "generator": "plain-cliffs", + "min": 22, + "max": 44 } ], "derivative": "PLAINS", diff --git a/iris.overworld.temperate/biomes/temperate-wilds.json b/iris.overworld.temperate/biomes/temperate-wilds.json index 5eb4ad56..75d38f20 100644 --- a/iris.overworld.temperate/biomes/temperate-wilds.json +++ b/iris.overworld.temperate/biomes/temperate-wilds.json @@ -39,6 +39,9 @@ "STONE" ] }, + "children":[ + "temperate-highlands" + ], "decorators": [ { "zoom": 0.02, diff --git a/iris.overworld.temperate/regions/temperate.json b/iris.overworld.temperate/regions/temperate.json index 73f40761..59ff0507 100644 --- a/iris.overworld.temperate/regions/temperate.json +++ b/iris.overworld.temperate/regions/temperate.json @@ -7,8 +7,7 @@ "landBiomes": [ "temperate-plains", "temperate-birch-forest", - "temperate-oak-forest", - "temperate-highlands" + "temperate-oak-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 578e9d3f..a763b707 100644 --- a/iris.overworld.tropical/biomes/tropical-rainforest-hills.json +++ b/iris.overworld.tropical/biomes/tropical-rainforest-hills.json @@ -185,19 +185,19 @@ }, "generators":[ { - "generator": "plain", - "min": 6, - "max": 8 + "generator": "plain-cliffs", + "min": 12, + "max": 25 }, { "generator": "wavy", - "min": 6, - "max": 15 + "min": 4, + "max": 6 }, { "generator": "rough", - "min": 0, - "max": 4 + "min": -1, + "max": 2 } ], "derivative": "JUNGLE", diff --git a/iris.overworld.tundra/biomes/tundra-mountains.json b/iris.overworld.tundra/biomes/tundra-mountains.json index 682fc409..02485b03 100644 --- a/iris.overworld.tundra/biomes/tundra-mountains.json +++ b/iris.overworld.tundra/biomes/tundra-mountains.json @@ -32,6 +32,7 @@ "children":[ "tundra-mountains-cliffs" ], + "childShrinkFactor": 8, "slab": { "dispersion": "WISPY", "terrainZoom": 0.25,