changes to run on non dedicated servers as well
This commit is contained in:
parent
7632c4e498
commit
2260d547dc
11 changed files with 99 additions and 72 deletions
|
@ -9,7 +9,7 @@ public class BCLibServer implements DedicatedServerModInitializer {
|
|||
@Override
|
||||
public void onInitializeServer() {
|
||||
ModIntegrationAPI.registerAll();
|
||||
DataExchangeAPI.registerServersideHandler(TestHandler.DESCRIPTOR);
|
||||
DataExchangeAPI.prepareServerside();
|
||||
|
||||
PostInitAPI.postInit(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue