-
Notifications
You must be signed in to change notification settings - Fork 21
CreativeTabs Config
Otho edited this page Oct 1, 2014
·
1 revision
-
{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
{
"creativeTabs":[
{
"tabLabel":"newTab1",
"iconItem":"customItems:yourNewItem"
},
{
"tabLabel":"newTab2",
"iconItem":"minecraft:torch"
},
...
{
"tabLabel":"newTabN",
}
]
}