O3Bubbles09

Untitled

Jan 21st, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.32 KB | None | 0 0
  1.     public boolean onTickInGame(float f, Minecraft minecraft) {
  2.         if (minecraft.thePlayer.inventory.armorItemInSlot(0) != null) {
  3.             ItemStack itemstack = minecraft.thePlayer.inventory.armorItemInSlot(0);
  4.             if (itemstack.itemID == copperBoots.itemID) {
  5.                 minecraft.thePlayer.fallDistance = 0;
  6.             }
  7.         }    
  8.         return true;
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment