Posted January 4, 201411 yr ey everyone, well, this is my first time modding (also my first post on the forum). I've been working on a new mod, add tools but when you add their crafting recioes not get any error, but when the game starts I get a crash Main class: http://pastebin.com/ckbnXjL7 Tools class: http://pastebin.com/9t9MYVqB CopperAxe class: http://pastebin.com/Es0BPhMG Crafting Recipes class: http://pastebin.com/ZDx6N1pv Crash Report: http://pastebin.com/Etf9V6hC Please help me Sorry for my english, it's not my native language. Also sorry if you see some of my random non-english anotations, i dont know if i manage to delete it all. I dont know if i am missing something important here, or if you need more info to tell what am i doing wrong. My minecraft version is 1.6.4 and my forge version is 9.11.1.965
January 5, 201411 yr You are registering the recipes before you initialized the Copper Axe, you just have to put the Recipes.init(); after you initialize all of your items, blocks and tools.
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.