Eria8 Posted April 3, 2014 Posted April 3, 2014 I'm trying to make an enchanted weapon craft-able but when I put the items in the crafting table it crashes. Crash log: http://pastebin.com/RsqXrRUr Defining it public static Item solarSword; public static ItemStack solarSword1; Enchanting it ItemStack solarSword = new ItemStack(StarlightMain.solarSword); solarSword.addEnchantment(Enchantment.fireAspect, 2); Making the recipe GameRegistry.addRecipe(StarlightMain.solarSword1, new Object[]{" A", " A ", "B ", 'A', StarlightMain.itemSunstone, 'B', StarlightMain.moonRod}); What am I doing wrong? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.