diff --git a/biomes/deep_ocean.json b/biomes/deep_ocean.json index f55bd342..b66531fd 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.5, + "height": -0.2, "surface": [ "SAND", "SAND", diff --git a/biomes/frozen_ocean.json b/biomes/frozen_ocean.json index 764ece46..d142ddf4 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.5, + "height": -0.1, "surface": [ "SAND", "SAND", diff --git a/biomes/ocean.json b/biomes/ocean.json index e85ed080..3077835d 100644 --- a/biomes/ocean.json +++ b/biomes/ocean.json @@ -2,7 +2,7 @@ "name": "Ocean", "derivative": "OCEAN", "type": "FLUID", - "height": -0.5, + "height": -0.03, "surface": [ "SAND", "SAND", diff --git a/biomes/tourmaline_beach.json b/biomes/tourmaline_beach.json deleted file mode 100644 index df9dad4e..00000000 --- a/biomes/tourmaline_beach.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "Tourmaline Beach", - "derivative": "MUTATED_PLAINS", - "type": "FRONT", - "height": 0, - "surface": [ - "CONCRETE:15", - "OBSIDIAN", - "CONCRETE:7", - "CONCRETE_POWDER:15" - ], - "surfaceType": "scatter", - "surfaceScale": 1.125, - "objects": [ - "bush/TClutter/small=0.5" - ] -} \ No newline at end of file diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 361f370c..3e96c410 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -2,6 +2,12 @@ "name": "Overworld", "environment": "normal", "biomes": [ + "ocean", + "deep_ocean", + "frozen_ocean", + "beach", + "cold_beach", + "temperate_beach", "desert", "desert_red", "desert_hills", diff --git a/pack.code-workspace b/pack.code-workspace new file mode 100644 index 00000000..876a1499 --- /dev/null +++ b/pack.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/regions/anomaly.json b/regions/anomaly.json index 400fa9fd..7e37c7ec 100644 --- a/regions/anomaly.json +++ b/regions/anomaly.json @@ -1,5 +1,5 @@ { "rarity": 1, - "beach": "tourmaline_beach", + "beach": "temperate_beach", "name": "Anomaly" } \ No newline at end of file diff --git a/regions/default.json b/regions/default.json deleted file mode 100644 index 35d94dd1..00000000 --- a/regions/default.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "rarity": 1, - "beach": "temperate_beach", - "name": "Default" -} \ No newline at end of file