Cleanup proxy
This commit is contained in:
parent
254d9bec80
commit
a907edca48
3 changed files with 5 additions and 11 deletions
|
@ -14,9 +14,7 @@ public class CommonProxy
|
|||
|
||||
public void preInit()
|
||||
{
|
||||
Object obj = new EventHandler();
|
||||
MinecraftForge.EVENT_BUS.register(obj);
|
||||
FMLCommonHandler.instance().bus().register(obj);
|
||||
MinecraftForge.EVENT_BUS.register(new EventHandler());
|
||||
registerRenderers();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue