Block Attributes

gaseous

This attribute defines if the fluid is gaseous or not. This does not affect the behaviour of the fluid but other mods may use it to check if a fluid is gaseous or not.

Examples

// Default value
gaseous = false;

gaseous = true;