[Changes] Numeric Providers have their own setup class now

This commit is contained in:
Frank 2022-12-09 17:36:17 +01:00
parent 7f355dac8e
commit 8bfe699f1a
5 changed files with 40 additions and 30 deletions

View file

@ -33,6 +33,7 @@ public class BetterEnd implements ModInitializer {
@Override
public void onInitialize() {
WorldConfig.registerModCache(MOD_ID);
EndNumericProviders.register();
EndPortals.loadPortals();
EndSounds.register();
EndMenuTypes.ensureStaticallyLoaded();