Fixed API referencing the main mod.
This commit is contained in:
parent
3980c0fc6c
commit
1a7ae8d99c
7 changed files with 65 additions and 8 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue