Skip to content

Commit

Permalink
made single block protrusions WAY less frequent
Browse files Browse the repository at this point in the history
  • Loading branch information
zVoltaic committed Mar 8, 2024
1 parent 43274f8 commit 0600f4b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -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
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "minecraft:add",
"argument1": {
"type": "minecraft:mul",
"argument1": 10,
"argument1": 7,
"argument2": {
"type": "minecraft:quarter_negative",
"argument": {
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/data/gcyr/worldgen/noise_settings/venus.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"noise": {
"min_y": -64,
"height": 384,
"size_horizontal": 1,
"size_horizontal": 2,
"size_vertical": 1
},
"noise_router": {
Expand All @@ -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",
Expand Down Expand Up @@ -121,7 +121,7 @@
"argument1": "gcyr:sloped_cheese",
"argument2": {
"type": "minecraft:mul",
"argument1": 4,
"argument1": 5,
"argument2": "minecraft:overworld/caves/entrances"
}
},
Expand Down Expand Up @@ -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"
}
Expand All @@ -203,7 +203,7 @@
"argument2": 10
}
},
"argument2": -10
"argument2": -10.02
}
}
}
Expand Down

0 comments on commit 0600f4b

Please sign in to comment.