Skip to content

Commit

Permalink
Fix gravity
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Jan 5, 2025
1 parent 1154798 commit a0dcabe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public abstract class LivingEntityMixin implements EntityGravityInterface {
at = @At(
value = "INVOKE",
target = "Lnet/minecraft/world/entity/LivingEntity;setDeltaMovement(DDD)V",
ordinal = 3
ordinal = 2
)
)
private void frozenLib$newGravity(LivingEntity instance, double x, double y, double z, Operation<Void> original, @Local(ordinal = 0) double originalGravity) {
Expand Down

0 comments on commit a0dcabe

Please sign in to comment.