Posted July 16, 201411 yr I would like some help figuring out what I did wrong when adding this crafting recipe GameRegistry.addRecipe(new ItemStack(blockSteelBlock), new Object[]{"SSS", "SSS", "SSS", "S", itemSteelIngot}); any help would be appreciated would like to continou work on this mod
July 16, 201411 yr GameRegistry.addRecipe(new ItemStack(blockSteelBlock), new Object[]{"SSS", "SSS", "SSS", """""""""""""S"""""""""", itemSteelIngot}); pls use code tags: Your code here the next time u post something. and are you sure that there should be a " in the 2nd line? just compare your code with the tuts cheater! use a ' instead There is a thankyou button! Click it if it works now! Here could be your advertisement!
July 16, 201411 yr Author sorry what does second line mean and I tried that code didn't work also does It matter that my items class is separate from where the code for the recipe is
July 16, 201411 yr Author thanks so much im new to java thought Id learn and make a mod at the same time such a simple mistake had the same mistake on block with these " before and after the code name SteelBlock
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.