This commit is contained in:
modmuss50 2015-11-01 14:36:44 +00:00
parent d4607706b8
commit 1342eb90cf
4 changed files with 18 additions and 5 deletions

View file

@ -88,11 +88,6 @@ public class ItemCloakingDevice extends PoweredItem {
return 0;
}
@Override
public boolean showDurabilityBar(ItemStack stack) {
return true;
}
@SideOnly(Side.CLIENT)
@Override
public void registerIcons(IIconRegister iconRegister) {