Block Attributes
transparent
This attribute defines if the block uses a transparent texture. If the block uses a semi transparent texture, this attribute has also be set to true.
Examples
transparent = true;
// Default value
transparent = false;
// Default value
transparent = false;