From 0600f4b604a7fdc5540dc639bcdc9618ed1d0c8a Mon Sep 17 00:00:00 2001 From: zVoltaic_ Date: Fri, 8 Mar 2024 14:59:12 +0530 Subject: [PATCH] made single block protrusions WAY less frequent --- .../gcyr/worldgen/density_function/base_3d_noise.json | 6 +++--- .../gcyr/worldgen/density_function/sloped_cheese.json | 6 +++--- .../data/gcyr/worldgen/noise_settings/venus.json | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/resources/data/gcyr/worldgen/density_function/base_3d_noise.json b/src/main/resources/data/gcyr/worldgen/density_function/base_3d_noise.json index 645db25a..3cae3509 100644 --- a/src/main/resources/data/gcyr/worldgen/density_function/base_3d_noise.json +++ b/src/main/resources/data/gcyr/worldgen/density_function/base_3d_noise.json @@ -1,8 +1,8 @@ { "type": "minecraft:old_blended_noise", - "xz_scale": 0.2, - "y_scale": 0.2, - "xz_factor": 900, + "xz_scale": 0.17, + "y_scale": 0.16, + "xz_factor": 400, "y_factor": 130, "smear_scale_multiplier": 8 } diff --git a/src/main/resources/data/gcyr/worldgen/density_function/sloped_cheese.json b/src/main/resources/data/gcyr/worldgen/density_function/sloped_cheese.json index c1d3d69a..f82c8f4a 100644 --- a/src/main/resources/data/gcyr/worldgen/density_function/sloped_cheese.json +++ b/src/main/resources/data/gcyr/worldgen/density_function/sloped_cheese.json @@ -2,7 +2,7 @@ "type": "minecraft:add", "argument1": { "type": "minecraft:mul", - "argument1": 10, + "argument1": 7, "argument2": { "type": "minecraft:quarter_negative", "argument": { @@ -44,8 +44,8 @@ "type": "minecraft:spline", "spline": 0 }, - "min": 0.007, - "max": 1.28 + "min": 0.01, + "max": 1.4 }, "argument2": { "type": "minecraft:cache_once", diff --git a/src/main/resources/data/gcyr/worldgen/noise_settings/venus.json b/src/main/resources/data/gcyr/worldgen/noise_settings/venus.json index 96e67c8c..fe3036f2 100644 --- a/src/main/resources/data/gcyr/worldgen/noise_settings/venus.json +++ b/src/main/resources/data/gcyr/worldgen/noise_settings/venus.json @@ -13,7 +13,7 @@ "noise": { "min_y": -64, "height": 384, - "size_horizontal": 1, + "size_horizontal": 2, "size_vertical": 1 }, "noise_router": { @@ -33,7 +33,7 @@ "type": "minecraft:noise", "noise": "minecraft:aquifer_fluid_level_spread", "xz_scale": 1, - "y_scale": 0.7142857142857143 + "y_scale": 1 }, "lava": { "type": "minecraft:noise", @@ -121,7 +121,7 @@ "argument1": "gcyr:sloped_cheese", "argument2": { "type": "minecraft:mul", - "argument1": 4, + "argument1": 5, "argument2": "minecraft:overworld/caves/entrances" } }, @@ -194,7 +194,7 @@ "type": "minecraft:range_choice", "input": "minecraft:overworld/caves/pillars", "min_inclusive": -1000000, - "max_exclusive": 0.03, + "max_exclusive": 0.3, "when_in_range": -1000000, "when_out_of_range": "minecraft:overworld/caves/pillars" } @@ -203,7 +203,7 @@ "argument2": 10 } }, - "argument2": -10 + "argument2": -10.02 } } }