Block Attributes

hasTileEntity

This attribute defines if the block uses a tile entity.

Examples

hasTileEntity[0] = true;

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