diff --git a/biomes/hot/desert-dunes-red.json b/biomes/hot/desert-dunes-red.json index 8f05766f..ec72ac81 100644 --- a/biomes/hot/desert-dunes-red.json +++ b/biomes/hot/desert-dunes-red.json @@ -4,8 +4,8 @@ "vanillaDerivative": "DESERT", "generators": [{ "generator": "smooth-dunes", - "max": 30, - "min": 10 + "max": 20, + "min": 5 }], "layers": [ { @@ -13,7 +13,7 @@ "maxHeight": 6, "palette": [{ "weight": 1, - "block": "sand" + "block": "red_sand" }] }, { diff --git a/biomes/hot/desert-dunes.json b/biomes/hot/desert-dunes.json index 582d728b..5aeaf7c1 100644 --- a/biomes/hot/desert-dunes.json +++ b/biomes/hot/desert-dunes.json @@ -2,10 +2,11 @@ "name": "Hot Desert Dunes", "derivative": "DESERT", "vanillaDerivative": "DESERT", + "children": ["hot/oasis"], "generators": [{ "generator": "smooth-dunes", - "max": 30, - "min": 10 + "max": 20, + "min": 5 }], "layers": [ { diff --git a/biomes/hot/desert-red.json b/biomes/hot/desert-red.json index 0df19594..2f0b9a78 100644 --- a/biomes/hot/desert-red.json +++ b/biomes/hot/desert-red.json @@ -2,10 +2,11 @@ "name": "Hot Desert Red", "derivative": "DESERT", "vanillaDerivative": "DESERT", + "children": ["hot/desert-dunes-red"], "generators": [{ "generator": "smooth-dunes", - "max": 35, - "min": 25 + "max": 20, + "min": 5 }], "layers": [{ "style": {"style": "FRACTAL_WATER"}, diff --git a/biomes/hot/desert.json b/biomes/hot/desert.json index 5c38f5e2..6d9647b3 100644 --- a/biomes/hot/desert.json +++ b/biomes/hot/desert.json @@ -2,11 +2,11 @@ "name": "Hot Desert", "derivative": "DESERT", "vanillaDerivative": "DESERT", - "children": ["hot/oasis"], + "children": ["hot/desert-dunes"], "generators": [{ "generator": "smooth-dunes", - "max": 18, - "min": -8 + "max": 20, + "min": 5 }], "layers": [ { diff --git a/biomes/hot/oasis-red.json b/biomes/hot/oasis-red.json new file mode 100644 index 00000000..1b475618 --- /dev/null +++ b/biomes/hot/oasis-red.json @@ -0,0 +1,53 @@ +{ + "name": "Hot Oasis", + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [{ + "generator": "plain", + "max": -7, + "min": -8 + }], + "layers": [ + { + "minHeight": 3, + "maxHeight": 10, + "slopeCondition": { + "minimumSlope": 4.5, + "maximumSlope": 20 + }, + "palette": [{"block": "terracotta"}] + }, + { + "minHeight": 5, + "maxHeight": 5, + "style": {"style": "FRACTAL_WATER"}, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "red_sand" + }, + { + "weight": 1, + "block": "smooth_red_sandstone" + } + ] + } + ], + "decorators": [ + { + "verticalZoom": 5, + "chance": 0.005, + "variance": {"style": "STATIC"}, + "stackMax": 5, + "style": {"style": "STATIC"}, + "palette": [{"block": "cactus"}], + "heightVariance": {"style": "IRIS"}, + "stackMin": 1 + }, + { + "chance": 0.005, + "palette": [{"block": "dead_bush"}] + } + ] +} diff --git a/biomes/hot/ocean.json b/biomes/hot/ocean.json index d75ac0a1..cf8e6b0a 100644 --- a/biomes/hot/ocean.json +++ b/biomes/hot/ocean.json @@ -3,14 +3,13 @@ "derivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", "children": [ - "hot/desert", - "hot/desert", "hot/river", + "hot/oasis", "hot/ocean-cliffs" ], "generators": [{ - "min": 11, - "max": 7, + "min": -11, + "max": -7, "generator": "plain" }], "layers": [ diff --git a/biomes/hot/river.json b/biomes/hot/river.json index 926d423f..69155eea 100644 --- a/biomes/hot/river.json +++ b/biomes/hot/river.json @@ -4,8 +4,8 @@ "derivative": "DESERT_LAKES", "generators": [{ "generator": "plain", - "max": -5, - "min": -15 + "max": -15, + "min": -5 }], "layers": [ { diff --git a/biomes/savanna/plateau.json b/biomes/savanna/plateau.json index 1c38a4cb..250d724d 100644 --- a/biomes/savanna/plateau.json +++ b/biomes/savanna/plateau.json @@ -3,8 +3,8 @@ "derivative": "SAVANNA_PLATEAU", "vanillaDerivative": "SAVANNA", "generators": [{ - "min": 15, - "max": 20, + "min": 13, + "max": 26, "generator": "canyon-steep" }], "jigsawStructures": [ diff --git a/biomes/tundra/lake.json b/biomes/tundra/lake.json index 4cfbc4f6..0edc8473 100644 --- a/biomes/tundra/lake.json +++ b/biomes/tundra/lake.json @@ -3,8 +3,8 @@ "derivative": "SNOWY_TUNDRA", "vanillaDerivative": "WOODED_HILLS", "generators": [{ - "min": -30, - "max": -15, + "min": -15, + "max": -10, "generator": "river" }], "decorators": [ diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 44d03f78..ba995ca1 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -45,22 +45,13 @@ }, "SEAS": "Sea settings (for the biomes that are oceans).", "seaZoom": 1.25, - "seaBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"}, + "seaBiomeStyle": {"style": "FRACTAL_FBM_IRIS"}, "LAND": "Land settings (for the biomes that are non-ocean).", "landZoom": 3.15, "landBiomeStyle": { - "style": "CELLULAR", - "fracture": { - "multiplier": 18, - "maxFractureAccuracy": true, - "style": "FRACTAL_WATER", - "zoom": 0.255, - "fracture": { - "maxFractureAccuracy": true, - "style": "STATIC", - "multiplier": 4 - } - } + "style": "FRACTAL_SMOKE", + "multiplier": 2, + "zoom": 2 }, "LOOT": "Contains a list of loot tables that are attempted to be applied to all chests that spawn.", "lootTries": 32, diff --git a/regions/hot.json b/regions/hot.json index 5569bf63..f55335f8 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -8,6 +8,9 @@ ], "shoreBiomes": [ "hot/beach-grass", + "hot/beach", + "hot/beach", + "hot/beach", "hot/beach" ], "seaBiomes": ["hot/ocean"], diff --git a/regions/savanna.json b/regions/savanna.json index 72b34bc0..221ac160 100644 --- a/regions/savanna.json +++ b/regions/savanna.json @@ -7,7 +7,7 @@ "savanna/plateau", "savanna/acacia-denmyre" ], - "shoreBiomes": ["savanna/beach"], + "shoreBiomes": ["hot/beach"], "seaBiomes": ["temperate/river"], "caveBiomes": ["temperate/old-cavern"], "riverStyle": {