Fixed bound tools so multiple players can actually use them... :D

This commit is contained in:
WayofTime 2016-01-03 09:23:13 -05:00
parent dc0925c5a6
commit 81edc58769
3 changed files with 52 additions and 17 deletions

View file

@ -69,6 +69,9 @@ public class Constants
public static final String PREVIOUS_INPUT = "previousInput";
public static final String LIVING_ARMOUR = "livingArmour";
public static final String CHARGE_TIME = "chargeTime";
public static final String HELD_DOWN = "heldDown";
}
public static class Mod