Posted November 24, 201311 yr Hi I am kebbanalex and i got an error. I have looked at it but i can't figure it out please help Crashlog: http://pastebin.com/qjMEMtk9 Github: https://github.com/ProofTheEngineer/RedTech
November 24, 201311 yr It looks like you are trying to register an item which hasn't been initialised yet. https://github.com/ProofTheEngineer/RedTech/blob/1214c2b009f138944d1a35f9d94764773ede2846/ProofTheEngineer/RedTech/items/tools/Tools.java Function: ToolsReg Needs to be called before you try initialise your recipes so that the screwdriver can be initialised. Reason I suspect it is this, is because if you look at this file on line 39: https://github.com/ProofTheEngineer/RedTech/blob/master/ProofTheEngineer/RedTech/items/Items.java You are trying to register a recipe for the screwdriver, which is only initialised in the ToolsReg function.
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.