Changes

5 bytes added ,  01:31, 14 February 2021
m
fix code tag
Line 33: Line 33:  
and more, are fired on the Forge bus.
 
and more, are fired on the Forge bus.
   −
The Mod bus, referenced through <code>FMLJavaModLoadingContext.get().getModEventBus()</code> or <EventBusSubscriber.Bus.MOD</code>, fires events that depend solely on mod state, or which are used to initialise such.
+
The Mod bus, referenced through <code>FMLJavaModLoadingContext.get().getModEventBus()</code> or <code>EventBusSubscriber.Bus.MOD</code>, fires events that depend solely on mod state, or which are used to initialise such.
 
This means that:
 
This means that:
 
* Registration Events
 
* Registration Events