Post init API enhancement, automatic render registry (WIP)

This commit is contained in:
paulevsGitch 2021-07-22 23:38:32 +03:00
parent 50ccbace6d
commit 551bf6865c
4 changed files with 43 additions and 18 deletions

View file

@ -10,6 +10,6 @@ public class BCLibServer implements DedicatedServerModInitializer {
@Override
public void onInitializeServer() {
ModIntegrationAPI.registerAll();
PostInitAPI.postInit();
PostInitAPI.postInit(false);
}
}