From acf141d30e4e5bea948b25f9252333cf2ef3e412 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Wed, 15 Jan 2020 06:49:50 -0500 Subject: [PATCH] Tweaks --- biomes/cold_beach.json | 15 +++++++++++++++ biomes/desert.json | 2 +- biomes/desert_hills.json | 3 ++- biomes/desert_red.json | 2 +- biomes/forest.json | 2 +- biomes/forest_birch.json | 2 +- biomes/forest_birch_hills.json | 4 ++-- biomes/forest_dark.json | 2 +- biomes/forest_haunted.json | 2 +- biomes/forest_hills.json | 2 +- biomes/forest_mountains.json | 2 +- biomes/ice_forest.json | 2 +- biomes/ice_mountains.json | 4 ++-- biomes/ice_plains.json | 2 +- biomes/jungle.json | 2 +- biomes/jungle_hills.json | 2 +- biomes/mesa.json | 2 +- biomes/mesa_blue.json | 2 +- biomes/mesa_green.json | 2 +- biomes/mesa_mountains.json | 4 ++-- biomes/mountains.json | 4 ++-- biomes/mushroom_island.json | 2 +- biomes/plains.json | 2 +- biomes/redwood_forest.json | 2 +- biomes/redwood_forest_hills.json | 4 ++-- biomes/sakura.json | 2 +- biomes/savanna.json | 2 +- biomes/savanna_hills.json | 3 ++- biomes/swamp.json | 2 +- biomes/taiga.json | 2 +- biomes/taiga_cold.json | 2 +- biomes/taiga_cold_hills.json | 4 ++-- biomes/temperate_beach.json | 15 +++++++++++++++ biomes/volcanic.json | 4 ++-- regions/anomaly.json | 5 +++++ regions/cold.json | 5 +++++ regions/default.json | 5 +++++ regions/hot.json | 5 +++++ regions/snowy.json | 5 +++++ regions/temperate.json | 5 +++++ regions/tropical.json | 5 +++++ 41 files changed, 106 insertions(+), 39 deletions(-) create mode 100644 biomes/cold_beach.json create mode 100644 biomes/temperate_beach.json create mode 100644 regions/anomaly.json create mode 100644 regions/cold.json create mode 100644 regions/default.json create mode 100644 regions/hot.json create mode 100644 regions/snowy.json create mode 100644 regions/temperate.json create mode 100644 regions/tropical.json diff --git a/biomes/cold_beach.json b/biomes/cold_beach.json new file mode 100644 index 00000000..7ae66505 --- /dev/null +++ b/biomes/cold_beach.json @@ -0,0 +1,15 @@ +{ + "name": "Cold Beach", + "derivative": "COLD_BEACH", + "height": -0.038, + "surface": [ + "SAND" + ], + "dirt": [ + "SAND", + "SAND", + "SAND", + "CLAY", + "GRAVEL" + ] +} \ No newline at end of file diff --git a/biomes/desert.json b/biomes/desert.json index fc071283..6c41ba32 100644 --- a/biomes/desert.json +++ b/biomes/desert.json @@ -1,7 +1,7 @@ { "name": "Desert", "derivative": "DESERT", - "region": "HotDry", + "region": "hot", "surface": [ "SAND" ], diff --git a/biomes/desert_hills.json b/biomes/desert_hills.json index 582dc5f0..cb2f31cd 100644 --- a/biomes/desert_hills.json +++ b/biomes/desert_hills.json @@ -1,7 +1,8 @@ { "name": "Desert Hills", "derivative": "DESERT_HILLS", - "region": "HotDry", + "region": "hot", + "height": 0.105, "surface": [ "SAND" ], diff --git a/biomes/desert_red.json b/biomes/desert_red.json index 0d92333b..d9803efb 100644 --- a/biomes/desert_red.json +++ b/biomes/desert_red.json @@ -1,7 +1,7 @@ { "name": "Desert Red", "derivative": "MUTATED_DESERT", - "region": "HotDry", + "region": "hot", "surface": [ "SAND:1" ], diff --git a/biomes/forest.json b/biomes/forest.json index a9c8b9f0..d241ef79 100644 --- a/biomes/forest.json +++ b/biomes/forest.json @@ -1,7 +1,7 @@ { "name": "Forest", "derivative": "FOREST", - "region": "Temperate", + "region": "temperate", "scatter":[ "LONG_GRASS:1=0.23", "LONG_GRASS:2=0.13" diff --git a/biomes/forest_birch.json b/biomes/forest_birch.json index 07572bae..8861175e 100644 --- a/biomes/forest_birch.json +++ b/biomes/forest_birch.json @@ -1,7 +1,7 @@ { "name": "Birch Forest", "derivative": "BIRCH_FOREST", - "region": "Temperate", + "region": "temperate", "scatter":[ "LONG_GRASS:1=0.23", "LONG_GRASS:2=0.13" diff --git a/biomes/forest_birch_hills.json b/biomes/forest_birch_hills.json index d011ffc7..7091411f 100644 --- a/biomes/forest_birch_hills.json +++ b/biomes/forest_birch_hills.json @@ -1,12 +1,12 @@ { "name": "Birch Forest Hills", "derivative": "BIRCH_FOREST_HILLS", - "region": "Temperate", + "region": "temperate", "scatter":[ "LONG_GRASS:1=0.23", "LONG_GRASS:2=0.13" ], - "height": 0.14, + "height": 0.112, "objects": [ "tree/birch/medium=0.63", "tree/birch/large=0.32", diff --git a/biomes/forest_dark.json b/biomes/forest_dark.json index 59230bae..5596f766 100644 --- a/biomes/forest_dark.json +++ b/biomes/forest_dark.json @@ -1,7 +1,7 @@ { "name": "Dark Forest", "derivative": "ROOFED_FOREST", - "region": "Temperate", + "region": "temperate", "scatter":[ "LONG_GRASS:1=0.23", "LONG_GRASS:2=0.13" diff --git a/biomes/forest_haunted.json b/biomes/forest_haunted.json index 6fc44c19..276e5030 100644 --- a/biomes/forest_haunted.json +++ b/biomes/forest_haunted.json @@ -1,7 +1,7 @@ { "name": "Haunted Forest", "derivative": "MUTATED_SWAMPLAND", - "region": "Temperate", + "region": "temperate", "surface": [ "GRASS", "GRASS", diff --git a/biomes/forest_hills.json b/biomes/forest_hills.json index 8ce78557..eb9c89a1 100644 --- a/biomes/forest_hills.json +++ b/biomes/forest_hills.json @@ -1,7 +1,7 @@ { "name": "Forest Hills", "derivative": "FOREST_HILLS", - "region": "Temperate", + "region": "temperate", "scatter":[ "LONG_GRASS:1=0.23", "LONG_GRASS:2=0.13" diff --git a/biomes/forest_mountains.json b/biomes/forest_mountains.json index 9dfe65ba..beb48af0 100644 --- a/biomes/forest_mountains.json +++ b/biomes/forest_mountains.json @@ -1,7 +1,7 @@ { "name": "Forest Mountains", "derivative": "MUTATED_EXTREME_HILLS_WITH_TREES", - "region": "Temperate", + "region": "temperate", "scatter":[ "LONG_GRASS:1=0.13", "LONG_GRASS:2=0.13" diff --git a/biomes/ice_forest.json b/biomes/ice_forest.json index b29c0815..0e3c6336 100644 --- a/biomes/ice_forest.json +++ b/biomes/ice_forest.json @@ -1,6 +1,6 @@ { "name": "Ice Forest", - "region": "Snowy", + "region": "snowy", "height": 0.18, "derivative": "MUTATED_ICE_FLATS", "surface": [ diff --git a/biomes/ice_mountains.json b/biomes/ice_mountains.json index 4c940eeb..955a37af 100644 --- a/biomes/ice_mountains.json +++ b/biomes/ice_mountains.json @@ -1,8 +1,8 @@ { "name": "Ice Mountains", "derivative": "ICE_MOUNTAINS", - "height": 0.382, - "region": "Snowy", + "height": 0.192, + "region": "snowy", "snow": 1.72, "surface": [ "SNOW_BLOCK" diff --git a/biomes/ice_plains.json b/biomes/ice_plains.json index c55a1b93..c76e2880 100644 --- a/biomes/ice_plains.json +++ b/biomes/ice_plains.json @@ -1,6 +1,6 @@ { "name": "Ice Plains", - "region": "Snowy", + "region": "snowy", "height": 0.1, "snow": 0.74, "derivative": "ICE_FLATS", diff --git a/biomes/jungle.json b/biomes/jungle.json index 82b5a9da..53498385 100644 --- a/biomes/jungle.json +++ b/biomes/jungle.json @@ -1,7 +1,7 @@ { "name": "Jungle", "derivative": "JUNGLE", - "region": "Humid", + "region": "tropical", "scatter":[ "LONG_GRASS:1=0.58", "LONG_GRASS:2=0.13" diff --git a/biomes/jungle_hills.json b/biomes/jungle_hills.json index 39117487..ac6794be 100644 --- a/biomes/jungle_hills.json +++ b/biomes/jungle_hills.json @@ -1,7 +1,7 @@ { "name": "Jungle Hills", "derivative": "JUNGLE_HILLS", - "region": "Humid", + "region": "tropical", "scatter":[ "LONG_GRASS:1=0.33", "LONG_GRASS:2=0.02" diff --git a/biomes/mesa.json b/biomes/mesa.json index 9c558126..0e777ab5 100644 --- a/biomes/mesa.json +++ b/biomes/mesa.json @@ -2,7 +2,7 @@ "name": "Mesa", "derivative": "Mesa", "height": 0.125, - "region": "HotDry", + "region": "hot", "surface": [ "HARD_CLAY", "STAINED_CLAY:1", diff --git a/biomes/mesa_blue.json b/biomes/mesa_blue.json index 7cd9325a..63bc5c2e 100644 --- a/biomes/mesa_blue.json +++ b/biomes/mesa_blue.json @@ -2,7 +2,7 @@ "name": "Mesa Blue", "derivative": "Mesa", "height": 0.125, - "region": "HotDry", + "region": "hot", "surface": [ "STAINED_CLAY:9", "STAINED_CLAY:3", diff --git a/biomes/mesa_green.json b/biomes/mesa_green.json index b362fd81..c84f343e 100644 --- a/biomes/mesa_green.json +++ b/biomes/mesa_green.json @@ -2,7 +2,7 @@ "name": "Mesa Green", "derivative": "Mesa", "height": 0.073, - "region": "HotDry", + "region": "hot", "surface": [ "STAINED_CLAY:4", "STAINED_CLAY:5", diff --git a/biomes/mesa_mountains.json b/biomes/mesa_mountains.json index d8245818..c198eb0e 100644 --- a/biomes/mesa_mountains.json +++ b/biomes/mesa_mountains.json @@ -1,8 +1,8 @@ { "name": "Mesa Mountains", "derivative": "Mesa", - "height": 0.325, - "region": "HotDry", + "height": 0.17, + "region": "hot", "surface": [ "HARD_CLAY", "STAINED_CLAY:1", diff --git a/biomes/mountains.json b/biomes/mountains.json index e3919ee9..73fb832f 100644 --- a/biomes/mountains.json +++ b/biomes/mountains.json @@ -1,7 +1,7 @@ { "name": "Mountains", - "height": 0.35, - "region": "Cold", + "height": 0.26, + "region": "cold", "derivative": "EXTREME_HILLS", "scatter":[ "LONG_GRASS:2=0.04" diff --git a/biomes/mushroom_island.json b/biomes/mushroom_island.json index 24086ffd..db0f259e 100644 --- a/biomes/mushroom_island.json +++ b/biomes/mushroom_island.json @@ -1,7 +1,7 @@ { "name": "Mushroom Island", "derivative": "MUSHROOM_ISLAND", - "region": "Cold", + "region": "anomaly", "surface": [ "MYCEL" ], diff --git a/biomes/plains.json b/biomes/plains.json index e920a209..86959e5d 100644 --- a/biomes/plains.json +++ b/biomes/plains.json @@ -1,7 +1,7 @@ { "name": "Plains", "derivative": "PLAINS", - "region": "Temperate", + "region": "temperate", "scatter":[ "LONG_GRASS:1=0.37", "LONG_GRASS:2=0.09" diff --git a/biomes/redwood_forest.json b/biomes/redwood_forest.json index 9d8614af..3e1554bf 100644 --- a/biomes/redwood_forest.json +++ b/biomes/redwood_forest.json @@ -1,7 +1,7 @@ { "name": "Redwood Forest", "derivative": "REDWOOD_TAIGA", - "region": "Cold", + "region": "cold", "surface": [ "DIRT", "DIRT:1", diff --git a/biomes/redwood_forest_hills.json b/biomes/redwood_forest_hills.json index a79e4630..8a3b84bf 100644 --- a/biomes/redwood_forest_hills.json +++ b/biomes/redwood_forest_hills.json @@ -1,13 +1,13 @@ { "name": "Redwood Forest", "derivative": "REDWOOD_TAIGA", - "region": "Cold", + "region": "cold", "surface": [ "DIRT", "DIRT:1", "DIRT:2" ], - "height":0.15, + "height":0.12, "surfaceType": "simplex", "scatter": [ "LONG_GRASS:2=0.07" diff --git a/biomes/sakura.json b/biomes/sakura.json index 0d08c4b7..b5f0bead 100644 --- a/biomes/sakura.json +++ b/biomes/sakura.json @@ -1,6 +1,6 @@ { "name": "Sakura", - "region": "Temperate", + "region": "temperate", "derivative": "MUTATED_PLAINS", "scatter":[ "LONG_GRASS:1=0.37", diff --git a/biomes/savanna.json b/biomes/savanna.json index 8f29fecc..c32b9b18 100644 --- a/biomes/savanna.json +++ b/biomes/savanna.json @@ -1,7 +1,7 @@ { "name": "Savanna", "derivative": "SAVANNA", - "region": "HotDry", + "region": "hot", "scatter":[ "LONG_GRASS:1=0.18" ], diff --git a/biomes/savanna_hills.json b/biomes/savanna_hills.json index 7062cc73..45d6a2eb 100644 --- a/biomes/savanna_hills.json +++ b/biomes/savanna_hills.json @@ -1,7 +1,8 @@ { "name": "Savanna Hills", "derivative": "SAVANNA_ROCK", - "region": "HotDry", + "region": "hot", + "height": 0.11 "scatter":[ "LONG_GRASS:1=0.18" ] diff --git a/biomes/swamp.json b/biomes/swamp.json index 1192a069..d71bac58 100644 --- a/biomes/swamp.json +++ b/biomes/swamp.json @@ -1,7 +1,7 @@ { "name": "Swamp", "derivative": "SWAMPLAND", - "region": "Humid", + "region": "tropical", "scatter":[ "LONG_GRASS:1=0.04", "LONG_GRASS:2=0.03" diff --git a/biomes/taiga.json b/biomes/taiga.json index b28fcf55..483e6d82 100644 --- a/biomes/taiga.json +++ b/biomes/taiga.json @@ -1,7 +1,7 @@ { "name": "Taiga", "derivative": "TAIGA", - "region": "Cold", + "region": "cold", "scatter":[ "LONG_GRASS:2=0.07" ], diff --git a/biomes/taiga_cold.json b/biomes/taiga_cold.json index ae61f694..3346e17e 100644 --- a/biomes/taiga_cold.json +++ b/biomes/taiga_cold.json @@ -1,7 +1,7 @@ { "name": "Cold Taiga", "derivative": "TAIGA_COLD", - "region": "Cold", + "region": "cold", "scatter":[ "LONG_GRASS:2=0.04" ], diff --git a/biomes/taiga_cold_hills.json b/biomes/taiga_cold_hills.json index 8d4d6408..de5851c3 100644 --- a/biomes/taiga_cold_hills.json +++ b/biomes/taiga_cold_hills.json @@ -1,11 +1,11 @@ { "name": "Cold Taiga", "derivative": "TAIGA_COLD", - "region": "Cold", + "region": "cold", "scatter":[ "LONG_GRASS:2=0.04" ], - "height":0.12, + "height":0.115, "objects": [ "tree/spruce/medium=0.27", "tree/spruce/small=1.7", diff --git a/biomes/temperate_beach.json b/biomes/temperate_beach.json new file mode 100644 index 00000000..27414c04 --- /dev/null +++ b/biomes/temperate_beach.json @@ -0,0 +1,15 @@ +{ + "name": "Temperate Beach", + "derivative": "STONE_BEACH", + "height": -0.038, + "surface": [ + "SAND" + ], + "dirt": [ + "SAND", + "SAND", + "SAND", + "CLAY", + "GRAVEL" + ] +} \ No newline at end of file diff --git a/biomes/volcanic.json b/biomes/volcanic.json index 27fbadbe..1f1c8df1 100644 --- a/biomes/volcanic.json +++ b/biomes/volcanic.json @@ -1,8 +1,8 @@ { "name": "Volcanic", "derivative": "MUTATED_JUNGLE", - "region": "Humid", - "height": 0.22, + "height": -0.125, + "region": "tropical", "dirt": [ "CONCRETE_POWDER:15" ], diff --git a/regions/anomaly.json b/regions/anomaly.json new file mode 100644 index 00000000..7e37c7ec --- /dev/null +++ b/regions/anomaly.json @@ -0,0 +1,5 @@ +{ + "rarity": 1, + "beach": "temperate_beach", + "name": "Anomaly" +} \ No newline at end of file diff --git a/regions/cold.json b/regions/cold.json new file mode 100644 index 00000000..bfd4381a --- /dev/null +++ b/regions/cold.json @@ -0,0 +1,5 @@ +{ + "rarity": 1, + "beach": "cold_beach", + "name": "Cold" +} \ No newline at end of file diff --git a/regions/default.json b/regions/default.json new file mode 100644 index 00000000..35d94dd1 --- /dev/null +++ b/regions/default.json @@ -0,0 +1,5 @@ +{ + "rarity": 1, + "beach": "temperate_beach", + "name": "Default" +} \ No newline at end of file diff --git a/regions/hot.json b/regions/hot.json new file mode 100644 index 00000000..f78cc027 --- /dev/null +++ b/regions/hot.json @@ -0,0 +1,5 @@ +{ + "rarity": 1, + "beach": "beach", + "name": "hot" +} \ No newline at end of file diff --git a/regions/snowy.json b/regions/snowy.json new file mode 100644 index 00000000..50ea88ae --- /dev/null +++ b/regions/snowy.json @@ -0,0 +1,5 @@ +{ + "rarity": 1, + "beach": "cold_beach", + "name": "Snowy" +} \ No newline at end of file diff --git a/regions/temperate.json b/regions/temperate.json new file mode 100644 index 00000000..d2742ebe --- /dev/null +++ b/regions/temperate.json @@ -0,0 +1,5 @@ +{ + "rarity": 1, + "beach": "temperate_beach", + "name": "Temperate" +} \ No newline at end of file diff --git a/regions/tropical.json b/regions/tropical.json new file mode 100644 index 00000000..7ef12dfe --- /dev/null +++ b/regions/tropical.json @@ -0,0 +1,5 @@ +{ + "rarity": 1, + "beach": "beach", + "name": "Tropical" +} \ No newline at end of file