changes to run on non dedicated servers as well

This commit is contained in:
Frank Bauer 2021-07-29 10:01:02 +02:00
parent 7632c4e498
commit 2260d547dc
11 changed files with 99 additions and 72 deletions

View file

@ -9,7 +9,7 @@ public class BCLibServer implements DedicatedServerModInitializer {
@Override
public void onInitializeServer() {
ModIntegrationAPI.registerAll();
DataExchangeAPI.registerServersideHandler(TestHandler.DESCRIPTOR);
DataExchangeAPI.prepareServerside();
PostInitAPI.postInit(false);
}