Question Create new CreativeTab in vanilla

Discussion in 'General Help' started by iShadow, Mar 18, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    iShadow

    Hello there,

    I'm here to ask you how to create new CreativeTabs in vanilla. (No forge, etc ) like this http://prnt.sc/agoe7w


    I already trying to create new tabs:

    Code:
     public static final CreativeTabs test = new CreativeTabs(12, "test")
        {
            public Item getTabIconItem()
            {
                return Items.testItem;
            }
        };
    But hes display on the foodstuff tabs.

    What i want is a second page like the screen linked-up, or here http://prntscr.com/ah04q5

    Hope someone can help me. :)
     
  2. Offline

    mcdorli

    You shpuld ask this somewhere else, this forum is mainly about bukkit, not modding
     
  3. Offline

    iShadow

    Oh sorry. :p
     
Thread Status:
Not open for further replies.

Share This Page