[Feature] SmithingTemplates for Armor/Tool/Anvil and Elytra upgrades

This commit is contained in:
Frank 2023-06-07 18:50:51 +02:00
parent ff17a9ad3c
commit 4e2b2737aa
35 changed files with 272 additions and 34 deletions

View file

@ -46,6 +46,7 @@ public class BetterEnd implements ModInitializer {
EndTags.register();
EndBlocks.ensureStaticallyLoaded();
EndItems.ensureStaticallyLoaded();
EndTemplates.ensureStaticallyLoaded();
EndEnchantments.register();
EndPotions.register();
InfusionRecipe.register();