Have you registered the EventHandler in your mod initialisation?
Super simple if you haven't just add:
// To register the handler outside of the EventHandler class
MinecraftForge.EVENT_BUS.register(new EventHandler());
3 replies
Important Information
By using this site, you agree to our Terms of Use.