diff --git a/biomes/deep_ocean.json b/biomes/deep_ocean.json index b66531fd..48b04855 100644 --- a/biomes/deep_ocean.json +++ b/biomes/deep_ocean.json @@ -2,7 +2,7 @@ "name": "Deep Ocean", "derivative": "DEEP_OCEAN", "type": "FLUID", - "height": -0.2, + "height": -0.1, "surface": [ "SAND", "SAND", diff --git a/biomes/desert_hills.json b/biomes/desert_hills.json index 97196faf..af23a0c4 100644 --- a/biomes/desert_hills.json +++ b/biomes/desert_hills.json @@ -3,7 +3,9 @@ "derivative": "DESERT_HILLS", "type": "LAND", "region": "hot", - "height": 0, + "height": 0.05, + "genAmplifier": 0.26, + "genScale": 1.25, "surface": [ "SAND" ], diff --git a/biomes/forest_birch_hills.json b/biomes/forest_birch_hills.json index 0f161b99..caa92c34 100644 --- a/biomes/forest_birch_hills.json +++ b/biomes/forest_birch_hills.json @@ -3,7 +3,9 @@ "derivative": "BIRCH_FOREST_HILLS", "type": "LAND", "region": "temperate", - "height": 0, + "height": 0.05, + "genAmplifier": 0.26, + "genScale": 1.25, "scatter":[ "LONG_GRASS:1=0.23", "LONG_GRASS:2=0.13" diff --git a/biomes/forest_hills.json b/biomes/forest_hills.json index 19f7912b..b42378a7 100644 --- a/biomes/forest_hills.json +++ b/biomes/forest_hills.json @@ -3,7 +3,9 @@ "derivative": "FOREST_HILLS", "type": "LAND", "region": "temperate", - "height": 0, + "height": 0.05, + "genAmplifier": 0.26, + "genScale": 1.25, "scatter":[ "LONG_GRASS:1=0.23", "LONG_GRASS:2=0.13" diff --git a/biomes/forest_mountains.json b/biomes/forest_mountains.json index 95d98267..cdce1e3a 100644 --- a/biomes/forest_mountains.json +++ b/biomes/forest_mountains.json @@ -3,7 +3,14 @@ "derivative": "MUTATED_EXTREME_HILLS_WITH_TREES", "type": "LAND", "region": "temperate", - "height": 0, + "genHeight": 0.085, + "genAmplifier": 0.85, + "genScale": 0.685, + "genSwirl": 2.44, + "genSwirlScale": 12.5, + "cliffScale": 0.75, + "cliffChance": 0.412, + "cliffs": true, "scatter":[ "LONG_GRASS:1=0.13", "LONG_GRASS:2=0.13" diff --git a/biomes/frozen_ocean.json b/biomes/frozen_ocean.json index d142ddf4..d85a03f0 100644 --- a/biomes/frozen_ocean.json +++ b/biomes/frozen_ocean.json @@ -2,7 +2,7 @@ "name": "Frozen Ocean", "derivative": "FROZEN_OCEAN", "type": "FLUID", - "height": -0.1, + "height": -0.038, "surface": [ "SAND", "SAND", diff --git a/biomes/ice_mountains.json b/biomes/ice_mountains.json index e7ad9745..9a078bf8 100644 --- a/biomes/ice_mountains.json +++ b/biomes/ice_mountains.json @@ -3,11 +3,14 @@ "derivative": "ICE_MOUNTAINS", "type": "LAND", "region": "snowy", - "height": 0, - "snow": 1.72, + "genHeight": 0.108, + "genAmplifier": 1.02, + "genScale": 0.685, + "genSwirl": 3.44, + "genSwirlScale": 12.5, + "cliffScale": 0.75, + "cliffChance": 0.432, "cliffs": true, - "cliffScale": 1.39, - "cliffChance": 0.47, "surface": [ "SNOW_BLOCK" ], diff --git a/biomes/ice_plains.json b/biomes/ice_plains.json index 25647c15..8051d984 100644 --- a/biomes/ice_plains.json +++ b/biomes/ice_plains.json @@ -4,6 +4,7 @@ "type": "LAND", "region": "snowy", "height": 0, + "genAmplifier": 0.1, "snow": 0.74, "surface": [ "SNOW_BLOCK" diff --git a/biomes/jungle_hills.json b/biomes/jungle_hills.json index 1a1b0af4..ddc310d0 100644 --- a/biomes/jungle_hills.json +++ b/biomes/jungle_hills.json @@ -3,7 +3,9 @@ "derivative": "JUNGLE_HILLS", "type": "LAND", "region": "tropical", - "height": 0, + "height": 0.05, + "genAmplifier": 0.26, + "genScale": 1.25, "scatter":[ "LONG_GRASS:1=0.33", "LONG_GRASS:2=0.02" diff --git a/biomes/mesa_blue.json b/biomes/mesa_blue.json index e05d88fb..84aea743 100644 --- a/biomes/mesa_blue.json +++ b/biomes/mesa_blue.json @@ -2,8 +2,12 @@ "name": "Mesa Blue", "derivative": "Mesa", "type": "LAND", - "height": 0, "region": "hot", + "genHeight": 0.06, + "genAmplifier": 0.22, + "genScale": 0.685, + "genSwirl": 2.44, + "genSwirlScale": 12.5, "surface": [ "STAINED_CLAY:9", "STAINED_CLAY:3", diff --git a/biomes/mesa_green.json b/biomes/mesa_green.json index caf5113b..c633cf8d 100644 --- a/biomes/mesa_green.json +++ b/biomes/mesa_green.json @@ -2,7 +2,11 @@ "name": "Mesa Green", "derivative": "Mesa", "type": "LAND", - "height": 0, + "genHeight": 0.04, + "genAmplifier": 0.12, + "genScale": 1.285, + "genSwirl": 6.44, + "genSwirlScale": 5.5, "region": "hot", "surface": [ "STAINED_CLAY:4", diff --git a/biomes/mesa_mountains.json b/biomes/mesa_mountains.json index 6daf3022..32ce8e21 100644 --- a/biomes/mesa_mountains.json +++ b/biomes/mesa_mountains.json @@ -5,8 +5,13 @@ "height": 0, "region": "hot", "cliffs": true, + "genHeight": 0.108, + "genAmplifier": 1.02, + "genScale": 0.685, + "genSwirl": 3.44, + "genSwirlScale": 12.5, "cliffScale": 0.89, - "cliffChance": 0.42, + "cliffChance": 0.62, "surface": [ "HARD_CLAY", "STAINED_CLAY:1", diff --git a/biomes/mountains.json b/biomes/mountains.json index 01e080f6..4e22a071 100644 --- a/biomes/mountains.json +++ b/biomes/mountains.json @@ -3,12 +3,16 @@ "derivative": "EXTREME_HILLS", "type": "LAND", "region": "cold", - "height": 0, + "genHeight": 0.115, + "genAmplifier": 1.12, + "genScale": 0.885, + "genSwirl": 2.44, + "genSwirlScale": 12.5, + "cliffScale": 0.85, + "cliffChance": 0.452, + "cliffs": true, "scatter":[ "LONG_GRASS:2=0.04" ], - "dirtDepth": 0, - "cliffs": true, - "cliffScale": 0.95, - "cliffChance": 0.429 + "dirtDepth": 0 } \ No newline at end of file diff --git a/biomes/ocean.json b/biomes/ocean.json index 3077835d..081ea868 100644 --- a/biomes/ocean.json +++ b/biomes/ocean.json @@ -2,7 +2,7 @@ "name": "Ocean", "derivative": "OCEAN", "type": "FLUID", - "height": -0.03, + "height": -0.038, "surface": [ "SAND", "SAND", diff --git a/biomes/plains.json b/biomes/plains.json index af162f0b..6e65cd8c 100644 --- a/biomes/plains.json +++ b/biomes/plains.json @@ -4,6 +4,7 @@ "type": "LAND", "region": "temperate", "height": 0, + "genAmplifier": 0.02, "scatter":[ "LONG_GRASS:1=0.37", "LONG_GRASS:2=0.09"