Jump to content

[1.8] I can't create a new CreativeTab


alexdr5398

Recommended Posts

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?

Link to comment
Share on other sites

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;

    }

 

 

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.