Posted January 29, 201510 yr I've been following MrCrayFish's 1.8 modding tutorial and in it, he adds a CreativeTab using the constructor (String label), however that constructor is no longer there, there is only the one with (int index, String label). This one doesn't add new tabs, only changes the ones that are already there. How else would I add a new one?
January 29, 201510 yr Author It's still there Not for me. I checked the creative tab class file and theres only this as a constructor: public CreativeTabs(int index, String label) { this.tabIndex = index; this.tabLabel = label; creativeTabArray[index] = this; }
January 29, 201510 yr It's the one above that it should have this(getNextID(), label)l in it Did you really need to know?
January 29, 201510 yr Author It's the one above that it should have this(getNextID(), label)l in it I don't see it. I get an error when I try to use it.
January 29, 201510 yr Author that is weird, try reinstalling forge I installed a slightly different version and it worked. Thanks!
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.