Skip to content

Commit

Permalink
Fix wings not calling ArmorMod ticks. Fixes Wing Moss Repair. #1093
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Oct 18, 2014
1 parent c05cdf0 commit 8cdd0e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/tconstruct/armor/items/TravelWings.java
Expand Up @@ -37,6 +37,7 @@ protected void registerModifiers (IIconRegister IIconRegister)
@Override
public void onArmorTick (World world, EntityPlayer player, ItemStack itemStack)
{
super.onArmorTick(world, player, itemStack);
NBTTagCompound tag = itemStack.getTagCompound().getCompoundTag(getBaseTagName());
int feather = tag.getInteger("Feather Fall");
if (feather > 0)
Expand Down

0 comments on commit 8cdd0e5

Please sign in to comment.