[Fix] Enforce loading order (#41)
This commit is contained in:
parent
052f538444
commit
a340de4adc
3 changed files with 12 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue