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 |
|---|---|---|---|
| fluid_tank | Fluid Tank block | No | 0.7.16 |
Functions¶
info¶
info() -> table
Properties¶
| info | Description |
|---|---|
size: number |
The size of the tank |
capacity: number |
The maximum amount of fluid the tank can hold |
fluid: table |
The Fluid Stack in the tank |
boiler: table |
Boiler information |
Changelog/Trivia¶
0.7.16
Added Create integration
