Block Attributes

canPlaceOnCeiling

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

Examples

// Default value
canPlaceOnCeiling[0] = true;

// Default value troch canPlaceOnCeiling[0] = false;

canPlaceOnCeiling[15] = false;