Fixed API referencing the main mod.

This commit is contained in:
WayofTime 2016-01-05 16:50:43 -05:00
parent 3980c0fc6c
commit 1a7ae8d99c
7 changed files with 65 additions and 8 deletions

View file

@ -76,7 +76,7 @@ public class StatTrackerDigging extends StatTracker
for (int i = 0; i < 5; i++)
{
if (totalBlocksDug < blocksRequired[i])
if (totalBlocksDug >= blocksRequired[i])
{
upgradeList.add(new LivingArmourUpgradeDigging(i));
}