Block Attributes

canPlaceOnWall

This attribute defines whether the block can be placed on the wall or not.

Examples

// Default value
canPlaceOnWall[0] = true;

canPlaceOnWall[15] = false;