Block Attributes

isFireSource

This attribute defines if fire burns for an infinite amount of time on the top of the block.

Examples

isFireSource[0] = true;

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