Basin
Available in versions 1.18+
Picture

A Basin can hold items and fluids for many different crafting recipes.
Requirement
Requires the Create mod to be installed
| Peripheral Name | Interfaces with | Has events | Introduced in |
| --------------- | --------------- | ---------- | ------------- |
| basin | Basin block | No | 0.7.16 |
Functions
getInputFluids() -> table
Returns a list of information about all of the fluids in the input tank of the Basin.
getOutputFluids
getOutputFluids() -> table
Returns a list of information about all of the fluids in the output tank of the Basin.
getFilter
Returns the Basin's filter item.
getInventory
Returns a list of information about all of the items in the Basin.
Changelog/Trivia
0.7.16
Added Create integration