Item Attributes
creativeTab
This attribute defines to what creative tab the item is added. It can be set to a vanilla creative tab or to a custom creative tab created with mod.addCreativeTab().
Vanilla creative tabs:
- brewing
- buildingBlocks
- combat
- decorations
- food
- materials
- misc
- redstone
- tools
- transportation
Examples
// Default value food
creativeTab = "food";
// Default value armor
creativeTab = "combat";
creativeTab = "redstone";
creativeTab = "food";
// Default value armor
creativeTab = "combat";
creativeTab = "redstone";