Skip to content

Commit

Permalink
another worldgen update
Browse files Browse the repository at this point in the history
  • Loading branch information
zVoltaic committed May 26, 2024
1 parent 9a35924 commit 7a763ef
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"type": "minecraft:old_blended_noise",
"xz_scale": 0.022,
"y_scale": 0.02,
"xz_factor": 690,
"y_factor": 600,
"smear_scale_multiplier": 8
"type": "minecraft:old_blended_noise",
"xz_scale": 0.2,
"y_scale": 0.1,
"xz_factor": 900,
"y_factor": 900,
"smear_scale_multiplier": 8
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "minecraft:y_clamped_gradient",
"from_y": -64,
"to_y": 320,
"from_value": 1.5,
"from_value": 1.2,
"to_value": -0.4
},
"argument2": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "minecraft:add",
"argument1": {
"type": "minecraft:mul",
"argument1": 4,
"argument1": 7,
"argument2": {
"type": "minecraft:quarter_negative",
"argument": {
Expand Down Expand Up @@ -42,9 +42,9 @@
"type": "minecraft:clamp",
"input": {
"type": "minecraft:spline",
"spline": 0
"spline": 0.002
},
"min": 0.004,
"min": 0,
"max": 1.4
},
"argument2": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"noise": {
"min_y": -64,
"height": 384,
"size_horizontal": 2,
"size_horizontal": 4,
"size_vertical": 1
},
"noise_router": {
Expand Down Expand Up @@ -121,7 +121,7 @@
"argument1": "gcyr:sloped_cheese",
"argument2": {
"type": "minecraft:mul",
"argument1": 3,
"argument1": 4,
"argument2": "minecraft:overworld/caves/entrances"
}
},
Expand Down

0 comments on commit 7a763ef

Please sign in to comment.