[Fix] Enforce loading order (#41)

This commit is contained in:
Frank 2022-07-26 21:40:18 +02:00
parent 052f538444
commit a340de4adc
3 changed files with 12 additions and 0 deletions

View file

@ -41,6 +41,8 @@ public class BetterEnd implements ModInitializer {
EndEntities.register();
EndBiomes.register();
EndTags.register();
EndBlocks.ensureStaticallyLoaded();
EndItems.ensureStaticallyLoaded();
EndEnchantments.register();
EndPotions.register();
CraftingRecipes.register();