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:
parent
6ea17510b7
commit
16a4857dfb
13 changed files with 545 additions and 13 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue