Block Attributes
canPlaceOnFloor
This attribute defines whether the block can be placed on the floor or not.
Examples
// Default value
canPlaceOnFloor[0] = true;
canPlaceOnFloor[15] = false;
canPlaceOnFloor[0] = true;
canPlaceOnFloor[15] = false;