Each creative mode tab goes into a seperate file into the 'addon/[namespace]/creative_mode_tabs' folder, which can then be used for items.
Setting | Type | Description | Required | Fallback Value |
---|---|---|---|---|
icon | class_1792 | Icon for tab, can only be an item. | true | / |
title | class_2561 | Custom title for the tab. Will fall back to a translation key based on the ID. | false | / |
items | List | You can list your items for the tab in the correct order here. | false | / |
{"icon":"minecraft:trident","title":"itemGroup.namespace.example","items":["minecraft:cactus","minecraft:bread","minecraft:stick"]}