Creative Tabs
Required Configuration:
"tabLabe":
- The label that will show when passing the mouse over the tab.
Optional Configuration:
"iconItem":
- The item that will display on the creative tab. Default is "minecraft:item_frame"
.
Format Example:
{
"creativeTabs": [
{
"tabLabel": "newTab1",
"iconItem": "customItems:yourNewItem"
},
{
"tabLabel": "newTab2",
"iconItem": "minecraft:torch"
},
{
"tabLabel": "newTabN"
}
]
}