Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void onArmorTickUpdate(EntityPlayer player) {
- ItemStack boots = player.inventory.armorItemInSlot(3);
- if(boots != null) {
- if(boots.itemID == bubs.copperBoots.itemID) {
- player.fallDistance = 0.0F;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment