mirror of
https://github.com/XevianLight/Aphelion.git
synced 2026-05-11 01:50:56 +01:00
Server side partition syncing and packets
This commit is contained in:
@@ -62,7 +62,9 @@ public class Aphelion {
|
||||
NeoForge.EVENT_BUS.register(this);
|
||||
|
||||
// Register the item to a creative tab
|
||||
modEventBus.addListener(this::addCreative);
|
||||
MOD_BUS.addListener(this::addCreative);
|
||||
|
||||
// MOD_BUS.addListener(this::registerCommands);
|
||||
|
||||
// Register our mod's ModConfigSpec so that FML can create and load the config file for us
|
||||
modContainer.registerConfig(ModConfig.Type.COMMON, AphelionConfig.SPEC);
|
||||
|
||||
Reference in New Issue
Block a user