Added speed upgrades to Living Armour
This commit is contained in:
parent
81edc58769
commit
f0331b4d4d
4 changed files with 144 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
package WayofTime.bloodmagic.registry;
|
||||
|
||||
import WayofTime.bloodmagic.api.livingArmour.LivingArmourHandler;
|
||||
import WayofTime.bloodmagic.livingArmour.LivingArmourUpgradeSpeed;
|
||||
import WayofTime.bloodmagic.livingArmour.StatTrackerMovement;
|
||||
|
||||
public class ModArmourTrackers
|
||||
|
@ -8,5 +9,7 @@ public class ModArmourTrackers
|
|||
public static void init()
|
||||
{
|
||||
LivingArmourHandler.registerStatTracker(StatTrackerMovement.class);
|
||||
|
||||
LivingArmourHandler.registerArmourUpgrade(new LivingArmourUpgradeSpeed(1));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue