diff --git a/src/main/java/WayofTime/bloodmagic/util/handler/event/ClientHandler.java b/src/main/java/WayofTime/bloodmagic/util/handler/event/ClientHandler.java index 2719671e..caa081bd 100644 --- a/src/main/java/WayofTime/bloodmagic/util/handler/event/ClientHandler.java +++ b/src/main/java/WayofTime/bloodmagic/util/handler/event/ClientHandler.java @@ -50,7 +50,7 @@ import org.lwjgl.opengl.GL11; import java.util.*; -@Mod.EventBusSubscriber(modid = BloodMagic.MODID) +@Mod.EventBusSubscriber(modid = BloodMagic.MODID, value = Side.CLIENT) @SideOnly(Side.CLIENT) public class ClientHandler { // Quick toggle for error suppression. Set to false if you wish to hide model errors.