Fix a crash in libzontreck
This commit is contained in:
parent
fefb02bc8d
commit
7df8d0e0b3
4 changed files with 4 additions and 3 deletions
|
@ -48,9 +48,9 @@ public class LibZontreck {
|
|||
// Register the setup method for modloading
|
||||
bus.addListener(this::setup);
|
||||
|
||||
bus.register(DelayedExecutorService.getInstance());
|
||||
|
||||
MinecraftForge.EVENT_BUS.register(this);
|
||||
MinecraftForge.EVENT_BUS.register(DelayedExecutorService.getInstance());
|
||||
}
|
||||
|
||||
private void setup(final FMLCommonSetupEvent event)
|
||||
|
|
Reference in a new issue