Fluid Tank¶
Available in versions 1.18+
A Fluid Tank is a multiblock structure which can hold fluids. With each block being able to hold 8 buckets worth.
Requirement
Requires the Create mod to be installed
| Peripheral Name | Interfaces with | Has events | Introduced in | 
|---|---|---|---|
| fluidTank | Fluid Tank block | No | 0.7.16 | 
Functions¶
getInfo¶
getInfo() -> table
Properties¶
| info | Description | 
|---|---|
| capacity: number | The maximum amount of fluid the tank can hold | 
| amount: number | The amount of fluid in the tank | 
| fluid: string | The registry name for the tank's current fluid | 
| isBoiler: boolean | If the tank is part of a boiler | 
Changelog/Trivia¶
0.7.16
Added Create integration
