Skip to content

Commit

Permalink
Fix Lander do not BOOOM
Browse files Browse the repository at this point in the history
  • Loading branch information
MrScautHD committed Mar 9, 2022
1 parent d0d6409 commit 1d368b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ public boolean getforward() {
public void tick() {
super.tick();

/** Reset Fall Damage for Passengers too */
this.resetFallDistance();

//Fuel Load up
if (Methods.tagCheck(FluidUtil2.findBucketFluid(this.inventory.getStackInSlot(0).getItem()), ModInit.FLUID_VEHICLE_FUEL_TAG)) {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ public InteractionResult interact(Player p_19978_, InteractionHand p_19979_) {
public void tick() {
super.tick();

/** Reset Fall Damage for Passengers too */
this.resetFallDistance();

/**ROT Anim*/
this.tickLerp();
this.rotAnim();
Expand Down

0 comments on commit 1d368b8

Please sign in to comment.