A couple of fixes for maven and CCEmuX

- Add additional maven metadata and strip dependencies
 - Shift ICommand registration into the proxy, to avoid class loading
   issues. This is probably rather temperamental, but classloading
   always is.
This commit is contained in:
SquidDev
2018-04-20 19:39:53 +01:00
parent 83546d0acb
commit a0d71cb3ad
5 changed files with 45 additions and 2 deletions
@@ -462,8 +462,7 @@ public class ComputerCraft
@Mod.EventHandler
public void onServerStarting( FMLServerStartingEvent event )
{
event.registerServerCommand( new CommandComputer() );
event.registerServerCommand( new CommandComputerCraft() );
proxy.initServer( event.getServer() );
}
@Mod.EventHandler