Added Living Armour stat tracker for movement. Implemented necessary methods for the armour.
This commit is contained in:
parent
5387770fa6
commit
34335d66cc
6 changed files with 175 additions and 11 deletions
|
@ -0,0 +1,12 @@
|
|||
package WayofTime.bloodmagic.registry;
|
||||
|
||||
import WayofTime.bloodmagic.api.livingArmour.LivingArmourHandler;
|
||||
import WayofTime.bloodmagic.livingArmour.StatTrackerMovement;
|
||||
|
||||
public class ModArmourTrackers
|
||||
{
|
||||
public static void init()
|
||||
{
|
||||
LivingArmourHandler.registerStatTracker(StatTrackerMovement.class);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue