Removed tickhandler registration from FMLCommonHandler EventBus since they same to MinecraftForge.EVENT_BUS
This commit is contained in:
@@ -267,7 +267,6 @@ public final class Registration
|
||||
// "li.cil.oc.api.network.SidedEnvironment" );
|
||||
// }
|
||||
|
||||
FMLCommonHandler.instance().bus().register( TickHandler.INSTANCE );
|
||||
MinecraftForge.EVENT_BUS.register( TickHandler.INSTANCE );
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user