Posted June 16, 201411 yr Hello MCF forums, I have an error in my mod i believe that it is because of my dimension. Here is my console please direct me to where the error is. http://pastebin.com/58tQmjeA
June 16, 201411 yr First things first, your mcmod.info file is broken. Second, learn how to read error logs and stack traces. Third, almost always is the id 0 already being used. Start your dimension id's at about 10 and work up - this will probably be incompatible with another mods, but you have to have at least 10. So on line 106 of your BOW class, change your registration of your dimension to use 10 or more instead of 0 (dimension id 0 is the overworld) We all stuff up sometimes... But I seem to be at the bottom of that pot.
June 16, 201411 yr Oops typo We all stuff up sometimes... But I seem to be at the bottom of that pot.
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.