Block Attributes

isWood

This attribute defines if the block acts like a wood block. For example it prevents leaves from decaying.

Examples

isWood[0] = true;

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