Skip to content

CreativeTabs Config

Otho edited this page Oct 1, 2014 · 1 revision

CreativeTabs Properties:

READ THIS FIRST

  • {tabLabel} - The label that will show when passing the mouse over the tab

  • [iconItem] = "minecraft:item_frame" - The item that will show on the creative tab

Format Example

{
	"creativeTabs":[
        {
            "tabLabel":"newTab1",
            "iconItem":"customItems:yourNewItem"                
        },
        {
            "tabLabel":"newTab2",
            "iconItem":"minecraft:torch"                
        },
        ...
        {
            "tabLabel":"newTabN",                            
        }
    ]
}

Clone this wiki locally