O3Bubbles09

Untitled

Feb 13th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1.  
  2. public void onArmorTickUpdate(World world, EntityPlayer player, ItemStack itemStack) {
  3. if(!world.isRemote) {
  4. ItemStack helm = player.inventory.armorItemInSlot(3);
  5.  
  6. if(helm.itemID == O3Bubbles09Main.copperBoots.itemID) {
  7. player.fallDistance = 0.0F;
  8. System.out.println("Activated");
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment