Skip to content

Commit

Permalink
Quote movement code 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Nov 6, 2024
1 parent f578f36 commit d47cfda
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ public void tick() {
public void baseTick() {
this.wasInPowderSnow = this.isInPowderSnow;
this.isInPowderSnow = false;
this.updateInWaterStateAndDoFluidPushing();
this.updateFluidOnEyes();
this.updateSwimming();
// this.updateInWaterStateAndDoFluidPushing();
// this.updateFluidOnEyes();
// this.updateSwimming();

if (this.isInLava()) {
this.fallDistance *= 0.5F;
}
// if (this.isInLava()) {
// this.fallDistance *= 0.5F;
// }

effectState.tick();
}
Expand Down

0 comments on commit d47cfda

Please sign in to comment.