More cleanup

This commit is contained in:
Electroblob
2018-04-07 00:08:43 +01:00
parent 0424e409fc
commit 416868bafb
2 changed files with 2 additions and 5 deletions
@@ -256,6 +256,7 @@ public final class WizardryRegistry {
/** Called from the init method in the main mod class to register all the recipes. */
@SubscribeEvent
public static void registerRecipes(RegistryEvent.Register<IRecipe> event){
IForgeRegistry<IRecipe> registry = event.getRegistry();
ItemStack magicCrystalStack = new ItemStack(WizardryItems.magic_crystal);