From 3e21ddee03e1039d324ada71a2e09f7e3312f287 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Tue, 21 Jan 2020 18:55:14 -0500 Subject: [PATCH] height --- biomes/desert_hills.json | 2 +- biomes/forest_birch_hills.json | 2 +- biomes/forest_hills.json | 2 +- biomes/forest_mountains.json | 2 +- biomes/ice_mountains.json | 2 +- biomes/ice_plains.json | 2 +- biomes/ice_plains_mushrooms.json | 2 +- biomes/jungle.json | 2 +- biomes/jungle_hills.json | 2 +- biomes/mesa_blue.json | 2 +- biomes/mesa_green.json | 2 +- biomes/mesa_mountains.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/biomes/desert_hills.json b/biomes/desert_hills.json index 56955ff4..a8ca90fe 100644 --- a/biomes/desert_hills.json +++ b/biomes/desert_hills.json @@ -4,7 +4,7 @@ "type": "LAND", "parent": "Desert", "region": "hot", - "height": 0.01, + "genHeight": 0, "genAmplifier": 0.26, "genScale": 1.25, "surface": [ diff --git a/biomes/forest_birch_hills.json b/biomes/forest_birch_hills.json index e8cb4721..eb3ec4f3 100644 --- a/biomes/forest_birch_hills.json +++ b/biomes/forest_birch_hills.json @@ -4,7 +4,7 @@ "type": "LAND", "region": "temperate", "parent": "Birch Forest", - "height": 0.01, + "genHeight": 0, "genAmplifier": 0.26, "genScale": 1.25, "scatter":[ diff --git a/biomes/forest_hills.json b/biomes/forest_hills.json index 4cbeffd9..adfcd3a2 100644 --- a/biomes/forest_hills.json +++ b/biomes/forest_hills.json @@ -4,7 +4,7 @@ "type": "LAND", "parent": "Forest", "region": "temperate", - "height": 0.01, + "genHeight": 0, "genAmplifier": 0.26, "genScale": 1.25, "scatter":[ diff --git a/biomes/forest_mountains.json b/biomes/forest_mountains.json index 2ea2d1b2..779d8089 100644 --- a/biomes/forest_mountains.json +++ b/biomes/forest_mountains.json @@ -4,7 +4,7 @@ "type": "LAND", "parent": "Forest & Mountains", "region": "temperate", - "genHeight": 0.085, + "genHeight": 0, "genAmplifier": 0.85, "genScale": 0.685, "genSwirl": 2.44, diff --git a/biomes/ice_mountains.json b/biomes/ice_mountains.json index 5bb9a004..f7f6672a 100644 --- a/biomes/ice_mountains.json +++ b/biomes/ice_mountains.json @@ -4,7 +4,7 @@ "type": "LAND", "parent": "Mountains & Ice Forest", "region": "snowy", - "genHeight": 0.108, + "genHeight": 0, "rarity": 1.5, "genAmplifier": 1.02, "genScale": 0.685, diff --git a/biomes/ice_plains.json b/biomes/ice_plains.json index dbd34e9e..1b4502bd 100644 --- a/biomes/ice_plains.json +++ b/biomes/ice_plains.json @@ -3,7 +3,7 @@ "derivative": "ICE_FLATS", "type": "LAND", "region": "snowy", - "height": 0, + "genHeight": 0, "rarity": 1.25, "genAmplifier": 0.1, "snow": 0.74, diff --git a/biomes/ice_plains_mushrooms.json b/biomes/ice_plains_mushrooms.json index bccd6243..aa833f73 100644 --- a/biomes/ice_plains_mushrooms.json +++ b/biomes/ice_plains_mushrooms.json @@ -3,7 +3,7 @@ "derivative": "ICE_FLATS", "type": "LAND", "region": "snowy", - "height": 0, + "genHeight": 0, "rarity": 2, "genAmplifier": 0.1, "snow": 0.74, diff --git a/biomes/jungle.json b/biomes/jungle.json index fd9c8595..de8988d5 100644 --- a/biomes/jungle.json +++ b/biomes/jungle.json @@ -4,7 +4,7 @@ "type": "LAND", "parent": "Desert & Forest", "region": "tropical", - "height": 0, + "genHeight": 0, "scatter":[ "LONG_GRASS:1=0.58", "LONG_GRASS:2=0.13" diff --git a/biomes/jungle_hills.json b/biomes/jungle_hills.json index 0484f7cd..3dfc77d9 100644 --- a/biomes/jungle_hills.json +++ b/biomes/jungle_hills.json @@ -4,7 +4,7 @@ "type": "LAND", "parent": "Jungle", "region": "tropical", - "height": 0.01, + "genHeight": 0, "genAmplifier": 0.26, "genScale": 1.25, "scatter":[ diff --git a/biomes/mesa_blue.json b/biomes/mesa_blue.json index 623d75ba..dd0dec75 100644 --- a/biomes/mesa_blue.json +++ b/biomes/mesa_blue.json @@ -4,7 +4,7 @@ "type": "LAND", "parent": "Mesa", "region": "hot", - "genHeight": 0.0015, + "genHeight": 0, "genAmplifier": 0.22, "genScale": 0.685, "genSwirl": 2.44, diff --git a/biomes/mesa_green.json b/biomes/mesa_green.json index 9051ab41..363183da 100644 --- a/biomes/mesa_green.json +++ b/biomes/mesa_green.json @@ -3,7 +3,7 @@ "derivative": "Mesa", "type": "LAND", "parent": "Mesa", - "genHeight": 0.004, + "genHeight": 0, "genAmplifier": 0.12, "genScale": 1.285, "genSwirl": 6.44, diff --git a/biomes/mesa_mountains.json b/biomes/mesa_mountains.json index 78c0bbb1..ae8b323c 100644 --- a/biomes/mesa_mountains.json +++ b/biomes/mesa_mountains.json @@ -6,7 +6,7 @@ "height": 0, "region": "hot", "cliffs": true, - "genHeight": 0.108, + "genHeight": 0, "genAmplifier": 0.6, "genScale": 1.5, "genSwirl": 3.44,