Added a Repairing Living Armour Upgrade (trained by damaging the chestplate of the Living Armour while you have a full set on - it repairs all of your armour pieces over time)

Added the stat trackers for various Living Armour Downgrades.
This commit is contained in:
WayofTime 2016-10-04 17:10:27 -04:00
parent 6ea17510b7
commit 16a4857dfb
13 changed files with 545 additions and 13 deletions

View file

@ -167,7 +167,7 @@ public class LivingArmour implements ILivingArmour
continue;
}
if (world.isRemote && upgrade.runOnClient())
if ((world.isRemote && upgrade.runOnClient()) || !world.isRemote)
{
upgrade.onTick(world, player, this);
}