Dump element
Add a button to void stored fluids.
The dump element is a button used to void the content of one or several fluid tanks.
When clicked, the dump button will find the specified fluid component in the machine and void it's content.
Dump Elements are defined in json with : "type": "custommachinery:dump"
.
Properties
The dump gui element has 4 mandatory properties and 5 optional properties :
Mandatory properties
"type": "custommachinery:dump" //Mandatory to define a dump element.
Optional properties
Example
A basic dump element :
{
"type": "custommachinery:dump",
"x": 20,
"y": 20,
"id": "tank1"
}

Last updated