Added digging stat tracker and upgrade to Living Armour. Added chat message for when the armour upgrades.

This commit is contained in:
WayofTime 2016-01-03 15:39:59 -05:00
parent f0331b4d4d
commit 00adb96931
11 changed files with 234 additions and 24 deletions

View file

@ -0,0 +1,10 @@
package WayofTime.bloodmagic.util.handler;
public class ClientEventHandler
{
// @SubscribeEvent
// public void onFOVUpdate(FOVUpdateEvent event)
// {
// event.newfov = event.fov;
// }
}