Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. if(Minecraft.getMinecraft().thePlayer.onGround && Minecraft.getMinecraft().thePlayer.moveForward > 0.0F && !(Minecraft.getMinecraft().thePlayer.isCollidedHorizontally)){
  2. if(time4.isDelayComplete(1000L)){
  3. net.minecraft.util.Timer.timerSpeed = 5.0F;
  4. time4.setLastMS();
  5. }
  6. Minecraft.getMinecraft().thePlayer.setPosition(Minecraft.getMinecraft().thePlayer.posX+0, Minecraft.getMinecraft().thePlayer.posY+0.5, Minecraft.getMinecraft().thePlayer.posZ+0);
  7. if(Minecraft.getMinecraft().thePlayer.isAirBorne){
  8. Minecraft.getMinecraft().thePlayer.motionX *= 1.60D;
  9. Minecraft.getMinecraft().thePlayer.motionZ *= 1.60D;
  10. }
  11. }else{
  12. net.minecraft.util.Timer.timerSpeed =1.00F;
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement