This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I trying to make this crafting recipe in my mod but I got an error saying that; IRON_NUGGET cannot be resolved or is not a field.
GameRegistry.addRecipe((new ItemStack(ModItems.ironStick, 2)), new Object[]{"XYX", "XYX", "XYX", 'X', Items.IRON_NUGGET, 'Y', Items.STICK});
None of the 1.11 items are showing up in crafting
I trying to make this crafting recipe in my mod but I got an error saying that; IRON_NUGGET cannot be resolved or is not a field.
GameRegistry.addRecipe((new ItemStack(ModItems.ironStick, 2)), new Object[]{"XYX", "XYX", "XYX", 'X', Items.IRON_NUGGET, 'Y', Items.STICK});
None of the 1.11 items are showing up in crafting