Skip to content

Commit

Permalink
improv: island stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 19, 2024
1 parent d6b5db3 commit 360bbe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class ReduxNoiseBuilders {

public static DensityFunction createFinal(HolderGetter<DensityFunction> functions) {
DensityFunction density = getFunction(functions, ResourceKey.create(Registries.DENSITY_FUNCTION, new ResourceLocation("nether/base_3d_noise")));
density = DensityFunctions.add(density, DensityFunctions.constant(0.07));
density = DensityFunctions.add(density, DensityFunctions.constant(-0.13));
density = slide(density, 0, 128, 72, 0, -0.2, 8, 40, -0.1);
density = DensityFunctions.add(density, DensityFunctions.constant(-0.05));
density = DensityFunctions.blendDensity(density);
Expand Down

0 comments on commit 360bbe2

Please sign in to comment.