Advertisement
Guest User

AAC NOFALL MOVE FLAGS BUT 64 BLOCKS NO DAMAGE

a guest
Feb 2nd, 2021
581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.40 KB | None | 0 0
  1.  @EventTarget
  2.     public void onUpdate(EventUpdate eventUpdate) {
  3.         if(mc.thePlayer.isAirBorne && mc.thePlayer.fallDistance  >= 3){
  4.             mc.timer.timerSpeed = 0.1f;
  5.             mc.thePlayer.motionY -= 0.965F;
  6.             mc.thePlayer.sendQueue.addToSendQueue(new C03PacketPlayer.C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY, mc.thePlayer.posZ,true));
  7.          
  8.         }
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement