[Fix] WorldsTogether data was not properly initialized

This commit is contained in:
Frank 2022-07-12 12:27:04 +02:00
parent 86c2ff6129
commit 1200a6daaf
4 changed files with 7 additions and 8 deletions

View file

@ -45,6 +45,7 @@ public class BCLib implements ModInitializer {
@Override
public void onInitialize() {
WorldsTogether.onInitialize();
LevelGenEvents.register();
BlockPredicates.ensureStaticInitialization();
BCLBiomeRegistry.ensureStaticallyLoaded();