Posted March 8, 201411 yr my minecraft is crashing in eclipse for no reason that i know of i dont know whats wrong and i dont know how to fix it. please help. my base mod class' code: http://pastebin.com/LUT111qM my crash report: http://pastebin.com/bnZN6j7U thanks
March 17, 201411 yr Actually read your stacktrace. Line 43, the important line, says: Caused by: java.lang.IllegalArgumentException: Slot 1007 is already occupied by gems.block.BlockGemBlock@32b7795 when adding gems.block.BlockGemBlock@1ab7d8d3 This means that you have two blocks in there using the same ID (1007). Also, you should be using the latest version of Forge, in which you don't need to worry about block IDs. Among other nice things. Seriously, just upgrade. I like to make mods, just like you. Here's one worth checking out
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.