Skip to content

Commit

Permalink
Merge branch '1.21.2' into 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Dec 31, 2024
2 parents 4ccceb5 + fc98268 commit 2aa6d77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import org.jetbrains.annotations.NotNull;

public final class GravityAPI {
public static final double DEFAULT_GRAVITY = 0.45D;
public static final double DEFAULT_GRAVITY = 1D;
public static final Event<GravityModification> MODIFICATIONS = FrozenEvents.createEnvironmentEvent(GravityModification.class, callbacks -> context -> {
for (GravityModification callback : callbacks) {
callback.modifyGravity(context);
Expand Down

0 comments on commit 2aa6d77

Please sign in to comment.