Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if (getMinecraft().thePlayer.isCollidedHorizontally) {
  2. getMinecraft().thePlayer.motionX*=1.87F;
  3. getMinecraft().thePlayer.motionZ*=1.87F;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement