Post init API enhancement, automatic render registry (WIP)
This commit is contained in:
parent
50ccbace6d
commit
551bf6865c
4 changed files with 43 additions and 18 deletions
|
@ -10,6 +10,6 @@ public class BCLibServer implements DedicatedServerModInitializer {
|
|||
@Override
|
||||
public void onInitializeServer() {
|
||||
ModIntegrationAPI.registerAll();
|
||||
PostInitAPI.postInit();
|
||||
PostInitAPI.postInit(false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue