Block Attributes

addToCreative

This attribute defines whether the block is added to the creative inventory or not.

Examples

addToCreative[0] = true;

// Default value
addToCreative[0] = false;
// ...
addToCreative[15] = false;