Block Attributes
creativeTab
This attribute defines to what creative tab the block 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
creativeTab = "food";
// Default value button, door, fence gate, pressure plate, trap door
creativeTab = "redstone";
// Default value chest, fence, ladder, torch
creativeTab[ = "decorations";
// Default value button, door, fence gate, pressure plate, trap door
creativeTab = "redstone";
// Default value chest, fence, ladder, torch
creativeTab[ = "decorations";