From 05f97b4bc0d0c4ece52060fdf7cdeefc57a142f9 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Thu, 16 Jan 2020 01:49:01 -0500 Subject: [PATCH] Tweaks for new features --- biomes/desert.json | 3 +++ biomes/desert_hills.json | 3 +++ biomes/desert_red.json | 3 +++ biomes/ice_mountains.json | 7 +++++++ biomes/mesa.json | 17 ++++++++++++++--- biomes/mesa_blue.json | 21 ++++++++++++++++++--- biomes/mesa_green.json | 17 ++++++++++++++--- biomes/mountains.json | 6 +++++- biomes/tourmaline.json | 16 ++++++++++++++++ 9 files changed, 83 insertions(+), 10 deletions(-) diff --git a/biomes/desert.json b/biomes/desert.json index 1b3c0378..687e153c 100644 --- a/biomes/desert.json +++ b/biomes/desert.json @@ -8,6 +8,9 @@ "subSurface": [ "SANDSTONE" ], + "rock": [ + "SANDSTONE" + ], "scatter":[ "DEAD_BUSH=0.008" ], diff --git a/biomes/desert_hills.json b/biomes/desert_hills.json index f41c2f72..32cfddd3 100644 --- a/biomes/desert_hills.json +++ b/biomes/desert_hills.json @@ -9,6 +9,9 @@ "subSurface": [ "SANDSTONE" ], + "rock": [ + "SANDSTONE" + ], "scatter":[ "DEAD_BUSH=0.005" ], diff --git a/biomes/desert_red.json b/biomes/desert_red.json index 93b90193..34aed8ea 100644 --- a/biomes/desert_red.json +++ b/biomes/desert_red.json @@ -8,6 +8,9 @@ "subSurface": [ "RED_SANDSTONE" ], + "rock": [ + "RED_SANDSTONE" + ], "scatter":[ "DEAD_BUSH=0.008" ], diff --git a/biomes/ice_mountains.json b/biomes/ice_mountains.json index b4219d89..ff8e645d 100644 --- a/biomes/ice_mountains.json +++ b/biomes/ice_mountains.json @@ -4,12 +4,19 @@ "height": 0.192, "region": "snowy", "snow": 1.72, + "cliffs": true, + "cliffScale": 1.39, + "cliffChance": 0.47, "surface": [ "SNOW_BLOCK" ], + "subSurfaceDepth": 3, "subSurface": [ "PACKED_ICE" ], + "rock": [ + "PACKED_ICE" + ], "objects": [ "tree/spruce/medium=0.57", "tree/spruce/small=1.7", diff --git a/biomes/mesa.json b/biomes/mesa.json index 08c4624e..31dde32c 100644 --- a/biomes/mesa.json +++ b/biomes/mesa.json @@ -10,9 +10,20 @@ "STAINED_CLAY:12" ], "subSurface": [ - "CLAY", - "SAND:1", - "SAND" + "HARD_CLAY", + "STAINED_CLAY:1", + "STAINED_CLAY:8", + "STAINED_CLAY:12" ], + "rock": [ + "HARD_CLAY", + "STAINED_CLAY:1", + "STAINED_CLAY:8", + "STAINED_CLAY:12" + ], + "dirtDepth": 2, + "rockDepth": 18, + "rockType": "simplex", + "dirtType": "simplex", "surfaceType": "simplex" } \ No newline at end of file diff --git a/biomes/mesa_blue.json b/biomes/mesa_blue.json index 00ca6b69..8fd6146e 100644 --- a/biomes/mesa_blue.json +++ b/biomes/mesa_blue.json @@ -12,9 +12,24 @@ "STAINED_CLAY:6" ], "subSurface": [ - "CLAY", - "SAND:1", - "SAND" + "STAINED_CLAY:9", + "STAINED_CLAY:3", + "STAINED_CLAY:11", + "STAINED_CLAY:10", + "STAINED_CLAY:2", + "STAINED_CLAY:6" ], + "rock": [ + "STAINED_CLAY:9", + "STAINED_CLAY:3", + "STAINED_CLAY:11", + "STAINED_CLAY:10", + "STAINED_CLAY:2", + "STAINED_CLAY:6" + ], + "dirtDepth": 2, + "rockDepth": 18, + "rockType": "simplex", + "dirtType": "simplex", "surfaceType": "simplex" } \ No newline at end of file diff --git a/biomes/mesa_green.json b/biomes/mesa_green.json index 2fd88889..ce1e794d 100644 --- a/biomes/mesa_green.json +++ b/biomes/mesa_green.json @@ -10,9 +10,20 @@ "STAINED_CLAY:12" ], "subSurface": [ - "CLAY", - "SAND:1", - "SAND" + "STAINED_CLAY:4", + "STAINED_CLAY:5", + "STAINED_CLAY:13", + "STAINED_CLAY:12" ], + "rock": [ + "STAINED_CLAY:4", + "STAINED_CLAY:5", + "STAINED_CLAY:13", + "STAINED_CLAY:12" + ], + "dirtDepth": 2, + "rockDepth": 18, + "rockType": "simplex", + "dirtType": "simplex", "surfaceType": "simplex" } \ No newline at end of file diff --git a/biomes/mountains.json b/biomes/mountains.json index 73fb832f..e61d5654 100644 --- a/biomes/mountains.json +++ b/biomes/mountains.json @@ -5,5 +5,9 @@ "derivative": "EXTREME_HILLS", "scatter":[ "LONG_GRASS:2=0.04" - ] + ], + "dirtDepth": 0, + "cliffs": true, + "cliffScale": 0.95, + "cliffChance": 0.429 } \ No newline at end of file diff --git a/biomes/tourmaline.json b/biomes/tourmaline.json index 4c72783b..72006bda 100644 --- a/biomes/tourmaline.json +++ b/biomes/tourmaline.json @@ -8,7 +8,23 @@ "CONCRETE:7", "CONCRETE_POWDER:15" ], + "subSurface": [ + "CONCRETE:15", + "OBSIDIAN", + "CONCRETE:7", + "CONCRETE_POWDER:15" + ], + "rock": [ + "CONCRETE:15", + "OBSIDIAN", + "CONCRETE:7", + "CONCRETE_POWDER:15" + ], "surfaceType": "simplex", + "rockType": "simplex", + "subSurfaceType": "simplex", + "rockDepth": 3, + "dirtDepth": 1, "surfaceScale": 1.125, "objects": [ "tree/tourmaline/large=0.1",