From 4cfc7986553c951348c09435bbfdf6aaeb003eeb Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Thu, 16 Jan 2020 01:17:54 -0500 Subject: [PATCH] Rename dirt to subsurface --- biomes/beach.json | 2 +- biomes/cold_beach.json | 2 +- biomes/desert.json | 2 +- biomes/desert_hills.json | 2 +- biomes/desert_red.json | 2 +- biomes/forest_haunted.json | 2 +- biomes/ice_forest.json | 2 +- biomes/ice_mountains.json | 2 +- biomes/ice_plains.json | 2 +- biomes/mesa.json | 2 +- biomes/mesa_blue.json | 2 +- biomes/mesa_green.json | 2 +- biomes/mesa_mountains.json | 15 ++++++++++++--- biomes/temperate_beach.json | 2 +- biomes/volcanic.json | 2 +- 15 files changed, 26 insertions(+), 17 deletions(-) diff --git a/biomes/beach.json b/biomes/beach.json index 4e3b25d5..5aefe681 100644 --- a/biomes/beach.json +++ b/biomes/beach.json @@ -5,7 +5,7 @@ "surface": [ "SAND" ], - "dirt": [ + "subSurface": [ "SAND", "SAND", "SAND", diff --git a/biomes/cold_beach.json b/biomes/cold_beach.json index 7ae66505..145e891f 100644 --- a/biomes/cold_beach.json +++ b/biomes/cold_beach.json @@ -5,7 +5,7 @@ "surface": [ "SAND" ], - "dirt": [ + "subSurface": [ "SAND", "SAND", "SAND", diff --git a/biomes/desert.json b/biomes/desert.json index 6c41ba32..1b3c0378 100644 --- a/biomes/desert.json +++ b/biomes/desert.json @@ -5,7 +5,7 @@ "surface": [ "SAND" ], - "dirt": [ + "subSurface": [ "SANDSTONE" ], "scatter":[ diff --git a/biomes/desert_hills.json b/biomes/desert_hills.json index cb2f31cd..f41c2f72 100644 --- a/biomes/desert_hills.json +++ b/biomes/desert_hills.json @@ -6,7 +6,7 @@ "surface": [ "SAND" ], - "dirt": [ + "subSurface": [ "SANDSTONE" ], "scatter":[ diff --git a/biomes/desert_red.json b/biomes/desert_red.json index d9803efb..93b90193 100644 --- a/biomes/desert_red.json +++ b/biomes/desert_red.json @@ -5,7 +5,7 @@ "surface": [ "SAND:1" ], - "dirt": [ + "subSurface": [ "RED_SANDSTONE" ], "scatter":[ diff --git a/biomes/forest_haunted.json b/biomes/forest_haunted.json index 276e5030..bc6ab4ee 100644 --- a/biomes/forest_haunted.json +++ b/biomes/forest_haunted.json @@ -12,7 +12,7 @@ "DIRT:1", "DIRT:2" ], - "dirt": [ + "subSurface": [ "DIRT", "DIRT:1", "SOUL_SAND" diff --git a/biomes/ice_forest.json b/biomes/ice_forest.json index 0e3c6336..1e1903e8 100644 --- a/biomes/ice_forest.json +++ b/biomes/ice_forest.json @@ -7,7 +7,7 @@ "SNOW_BLOCK" ], "snow": 1.24, - "dirt": [ + "subSurface": [ "PACKED_ICE" ], "objects": [ diff --git a/biomes/ice_mountains.json b/biomes/ice_mountains.json index 955a37af..b4219d89 100644 --- a/biomes/ice_mountains.json +++ b/biomes/ice_mountains.json @@ -7,7 +7,7 @@ "surface": [ "SNOW_BLOCK" ], - "dirt": [ + "subSurface": [ "PACKED_ICE" ], "objects": [ diff --git a/biomes/ice_plains.json b/biomes/ice_plains.json index c76e2880..8a154989 100644 --- a/biomes/ice_plains.json +++ b/biomes/ice_plains.json @@ -7,7 +7,7 @@ "surface": [ "SNOW_BLOCK" ], - "dirt": [ + "subSurface": [ "PACKED_ICE" ] } \ No newline at end of file diff --git a/biomes/mesa.json b/biomes/mesa.json index 0e777ab5..08c4624e 100644 --- a/biomes/mesa.json +++ b/biomes/mesa.json @@ -9,7 +9,7 @@ "STAINED_CLAY:8", "STAINED_CLAY:12" ], - "dirt": [ + "subSurface": [ "CLAY", "SAND:1", "SAND" diff --git a/biomes/mesa_blue.json b/biomes/mesa_blue.json index 63bc5c2e..00ca6b69 100644 --- a/biomes/mesa_blue.json +++ b/biomes/mesa_blue.json @@ -11,7 +11,7 @@ "STAINED_CLAY:2", "STAINED_CLAY:6" ], - "dirt": [ + "subSurface": [ "CLAY", "SAND:1", "SAND" diff --git a/biomes/mesa_green.json b/biomes/mesa_green.json index c84f343e..2fd88889 100644 --- a/biomes/mesa_green.json +++ b/biomes/mesa_green.json @@ -9,7 +9,7 @@ "STAINED_CLAY:13", "STAINED_CLAY:12" ], - "dirt": [ + "subSurface": [ "CLAY", "SAND:1", "SAND" diff --git a/biomes/mesa_mountains.json b/biomes/mesa_mountains.json index e7b9d1f6..01e9202d 100644 --- a/biomes/mesa_mountains.json +++ b/biomes/mesa_mountains.json @@ -5,15 +5,24 @@ "region": "hot", "cliffs": true, "cliffScale": 0.89, + "cliffChance": 0.42, "surface": [ "HARD_CLAY", "STAINED_CLAY:1", "STAINED_CLAY:8", "STAINED_CLAY:12" ], - "dirt": [ + "surfaceType": "simplex", + "rock": [ + "HARD_CLAY", + "STAINED_CLAY:1", + "STAINED_CLAY:8", + "STAINED_CLAY:12" + ], + "rockType": "simplex", + "rockDepth": 18, + "subSurface": [ "HARD_CLAY" ], - "dirtDepth": 0, - "surfaceType": "simplex" + "dirtDepth": 0 } \ No newline at end of file diff --git a/biomes/temperate_beach.json b/biomes/temperate_beach.json index 27414c04..bc02ae83 100644 --- a/biomes/temperate_beach.json +++ b/biomes/temperate_beach.json @@ -5,7 +5,7 @@ "surface": [ "SAND" ], - "dirt": [ + "subSurface": [ "SAND", "SAND", "SAND", diff --git a/biomes/volcanic.json b/biomes/volcanic.json index 1f1c8df1..44335a89 100644 --- a/biomes/volcanic.json +++ b/biomes/volcanic.json @@ -3,7 +3,7 @@ "derivative": "MUTATED_JUNGLE", "height": -0.125, "region": "tropical", - "dirt": [ + "subSurface": [ "CONCRETE_POWDER:15" ], "surface":[