Add modid to subscriber annotations
(cherry picked from commit 7cac007
)
This commit is contained in:
parent
8a4117106d
commit
3536a25cc3
8 changed files with 10 additions and 8 deletions
|
@ -50,7 +50,7 @@ import org.lwjgl.opengl.GL11;
|
|||
|
||||
import java.util.*;
|
||||
|
||||
@Mod.EventBusSubscriber
|
||||
@Mod.EventBusSubscriber(modid = BloodMagic.MODID)
|
||||
@SideOnly(Side.CLIENT)
|
||||
public class ClientHandler {
|
||||
// Quick toggle for error suppression. Set to false if you wish to hide model errors.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue