From dbe6e5076112491e9f45dbccd66e40668ec3b084 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Tue, 21 Jan 2020 18:56:06 -0500 Subject: [PATCH] Height reset --- biomes/mountains.json | 2 +- biomes/mushroom_island.json | 2 +- biomes/redwood_forest.json | 2 +- biomes/redwood_forest_hills.json | 2 +- biomes/sakura.json | 2 +- biomes/savanna.json | 2 +- biomes/savanna_hills.json | 2 +- biomes/swamp.json | 2 +- biomes/taiga_cold_hills.json | 2 +- biomes/volcanic.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/biomes/mountains.json b/biomes/mountains.json index e27cc329..0a3f3135 100644 --- a/biomes/mountains.json +++ b/biomes/mountains.json @@ -4,7 +4,7 @@ "type": "LAND", "region": "cold", "parent": "Plains", - "genHeight": 0.115, + "genHeight": 0, "genAmplifier": 1.12, "genScale": 0.885, "genSwirl": 2.44, diff --git a/biomes/mushroom_island.json b/biomes/mushroom_island.json index 4352aa22..a5de4d99 100644 --- a/biomes/mushroom_island.json +++ b/biomes/mushroom_island.json @@ -4,7 +4,7 @@ "type": "LAND", "region": "anomaly", "parent": "Swamp", - "height": 0, + "genHeight": 0, "rarity": 1.5, "surface": [ "MYCEL" diff --git a/biomes/redwood_forest.json b/biomes/redwood_forest.json index d2af6747..b795374d 100644 --- a/biomes/redwood_forest.json +++ b/biomes/redwood_forest.json @@ -4,7 +4,7 @@ "type": "LAND", "parent": "Cold Taiga", "region": "cold", - "height": 0, + "genHeight": 0, "surface": [ "DIRT", "DIRT:1", diff --git a/biomes/redwood_forest_hills.json b/biomes/redwood_forest_hills.json index d9230438..ff906967 100644 --- a/biomes/redwood_forest_hills.json +++ b/biomes/redwood_forest_hills.json @@ -4,7 +4,7 @@ "type": "LAND", "parent": "Cold Taiga Hills", "region": "cold", - "height": 0.01, + "genHeight": 0, "genAmplifier": 0.26, "genScale": 1.25, "surface": [ diff --git a/biomes/sakura.json b/biomes/sakura.json index d1e3cec0..ea384a5c 100644 --- a/biomes/sakura.json +++ b/biomes/sakura.json @@ -5,7 +5,7 @@ "type": "LAND", "parent": "Forest", "rarity": 1.65, - "height": 0, + "genHeight": 0, "scatter":[ "LONG_GRASS:1=0.37", "LONG_GRASS:2=0.09" diff --git a/biomes/savanna.json b/biomes/savanna.json index f9601600..f322b5bc 100644 --- a/biomes/savanna.json +++ b/biomes/savanna.json @@ -4,7 +4,7 @@ "type": "LAND", "parent": "Desert", "region": "hot", - "height": 0, + "genHeight": 0, "scatter":[ "LONG_GRASS:1=0.18" ], diff --git a/biomes/savanna_hills.json b/biomes/savanna_hills.json index 2073ef46..e0b8c52d 100644 --- a/biomes/savanna_hills.json +++ b/biomes/savanna_hills.json @@ -4,7 +4,7 @@ "type": "LAND", "region": "hot", "parent": "Savanna", - "height": 0.01, + "genHeight": 0, "genAmplifier": 0.26, "genScale": 1.25, "scatter":[ diff --git a/biomes/swamp.json b/biomes/swamp.json index b89f1e97..53b84c0f 100644 --- a/biomes/swamp.json +++ b/biomes/swamp.json @@ -5,7 +5,7 @@ "region": "tropical", "parent": "Jungle", "rarity": 1.2, - "height": 0, + "genHeight": 0, "scatter":[ "LONG_GRASS:1=0.04", "LONG_GRASS:2=0.03" diff --git a/biomes/taiga_cold_hills.json b/biomes/taiga_cold_hills.json index 6c2f92e8..030fea1a 100644 --- a/biomes/taiga_cold_hills.json +++ b/biomes/taiga_cold_hills.json @@ -4,7 +4,7 @@ "type": "LAND", "parent": "Cold Taiga", "region": "cold", - "height": 0.01, + "genHeight": 0, "genAmplifier": 0.26, "genScale": 1.25, "scatter":[ diff --git a/biomes/volcanic.json b/biomes/volcanic.json index 4e723cad..5b87b727 100644 --- a/biomes/volcanic.json +++ b/biomes/volcanic.json @@ -3,7 +3,7 @@ "derivative": "MUTATED_JUNGLE", "type": "LAND", "parent": "Jungle Hills", - "height": 0.16, + "genHeight": 0, "genAmplifier": 1.15, "genScale": 2.15, "rarity": 3.5,