Posted October 26, 20169 yr last problem i promise i made a redstone furnace which works and smelts at x2 speed but when i make a crafting recipe and use it ingame it crashes my game redstonefurnace http://pastebin.com/PK5qujmc tileentityredstonefurnace http://pastebin.com/PK5qujmc what i use to render it (it is set up in proxy) http://pastebin.com/3K1p0fZJ this is the code i used to try and craft it: GameRegistry.addRecipe(new ItemStack(Item.getItemFromBlock(TutorialBlocks.redstone_furnace)), "RRR", "RFR", "RRR", 'R', Blocks.REDSTONE_BLOCK, 'F', Blocks.FURNACE ); what am i doing wrong
October 26, 20169 yr You need to post more of your code. You are likely trying to register the recipe before your items have been created. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
October 26, 20169 yr Author do u also know by any chance how to rename the container? cause it says container.redstone_furnace inside and i dont know what comes before it (.name at the end)
October 26, 20169 yr Language file Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
October 26, 20169 yr Author oh i meant the code but dw i fugured it out it was container.redstone_furnace=Redstone Furnace
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.