Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void onArmorTickUpdate(World world, EntityPlayer player, ItemStack itemStack) {
- if(!world.isRemote) {
- ItemStack helm = player.inventory.armorItemInSlot(3);
- if(helm.itemID == O3Bubbles09Main.copperBoots.itemID) {
- player.fallDistance = 0.0F;
- System.out.println("Activated");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment