Removed the stat trackers for the downgrades and prevented downgrades from combining with each other in an anvil.
This commit is contained in:
parent
ed8427c04e
commit
f74f46ab4a
25 changed files with 122 additions and 742 deletions
|
@ -252,12 +252,6 @@ public class LivingArmour implements ILivingArmour
|
|||
}
|
||||
}
|
||||
|
||||
if ((allowOnlyDowngrades != tracker.isTrackerDowngrade()))
|
||||
{
|
||||
tracker.onDeactivatedTick(world, player, this);
|
||||
continue;
|
||||
}
|
||||
|
||||
if (tracker.onTick(world, player, this))
|
||||
{
|
||||
List<LivingArmourUpgrade> upgradeList = tracker.getUpgrades();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue