From 7ae7737068c46f832301cc935b20c314ffabc878 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Sat, 25 Jan 2020 17:20:45 -0500 Subject: [PATCH] Midnight Deserts --- biomes/beach_tropical.json | 28 ++++++++++++++++++++++++++++ biomes/desert_midnight.json | 37 +++++++++++++++++++++++++++++++++++++ biomes/shore_tropical.json | 28 ++++++++++++++++++++++++++++ dimensions/overworld.json | 4 ++++ regions/tropical.json | 4 ++-- 5 files changed, 99 insertions(+), 2 deletions(-) create mode 100644 biomes/beach_tropical.json create mode 100644 biomes/desert_midnight.json create mode 100644 biomes/shore_tropical.json diff --git a/biomes/beach_tropical.json b/biomes/beach_tropical.json new file mode 100644 index 00000000..7cea393c --- /dev/null +++ b/biomes/beach_tropical.json @@ -0,0 +1,28 @@ +{ + "name": "Tropical Beach", + "derivative": "JUNGLE", + "type": "FRONT", + "genHeight": 0, + "surface": [ + "CONCRETE_POWDER:4", + "CONCRETE_POWDER:0", + "SAND", + "CONCRETE_POWDER:15" + ], + "surfaceScale": 0.1, + "surfaceType": "simplex", + "subSurface": [ + "SAND", + "SAND", + "SAND", + "CLAY", + "GRAVEL" + ], + "scatter":[ + "WOOD_BUTTON:5=0.16" + ], + "objects": [ + "tree/palm/medium=1.74", + "tree/palm/small=4.27" + ] +} \ No newline at end of file diff --git a/biomes/desert_midnight.json b/biomes/desert_midnight.json new file mode 100644 index 00000000..46f21d58 --- /dev/null +++ b/biomes/desert_midnight.json @@ -0,0 +1,37 @@ +{ + "name": "Midnight Desert", + "derivative": "MUTATED_DESERT", + "type": "LAND", + "parent": "Desert", + "region": "hot", + "genHeight": 0, + "rarity": 15, + "surfaceType": "simplex", + "subSurfaceType": "simplex", + "rockType": "simplex", + "surfaceScale": 0.45, + "surface": [ + "CONCRETE_POWDER:10", + "CONCRETE_POWDER:11", + "CONCRETE_POWDER:15", + "CONCRETE_POWDER:15" + ], + "subSurface": [ + "CONCRETE:10", + "CONCRETE:11", + "CONCRETE:15" + ], + "rock": [ + "CONCRETE:10", + "CONCRETE:11", + "CONCRETE:15" + ], + "scatter":[ + "DEAD_BUSH=0.008", + "STONE_BUTTON:5=0.16" + ], + "objects": [ + "tree/colossal/dead/massive=0.001", + "tree/colossal/dead/superlarge=0.001" + ] +} \ No newline at end of file diff --git a/biomes/shore_tropical.json b/biomes/shore_tropical.json new file mode 100644 index 00000000..5880dfc9 --- /dev/null +++ b/biomes/shore_tropical.json @@ -0,0 +1,28 @@ +{ + "name": "Tropical Shore", + "derivative": "JUNGLE", + "type": "FRONT", + "genHeight": 0, + "surface": [ + "CONCRETE_POWDER:4", + "CONCRETE_POWDER:0", + "SAND", + "CONCRETE_POWDER:15" + ], + "surfaceScale": 0.1, + "surfaceType": "simplex", + "subSurface": [ + "SAND", + "SAND", + "SAND", + "CLAY", + "GRAVEL" + ], + "scatter":[ + "WOOD_BUTTON:5=0.16" + ], + "objects": [ + "tree/palm/medium=1.64", + "tree/palm/small=2.27" + ] +} \ No newline at end of file diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 03acbff5..36b67ed9 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -21,7 +21,11 @@ "magma_lake", "magma_beach", + "beach_tropical", + "shore_tropical", + "desert", + "desert_midnight", "desert_red", "desert_hills", "mesa", diff --git a/regions/tropical.json b/regions/tropical.json index 7c546495..4b85090c 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -1,8 +1,8 @@ { "name": "Tropical", - "beach": "beach", + "beach": "beach_tropical", "ocean": "ocean", "lake": "lake", - "shore": "shore", + "shore": "shore_tropical", "channel": "channel" } \ No newline at end of file