Skip to content

Basin

Available in versions 1.18+

Picture

!Image of the Basin block

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

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

getFilter() -> table
Returns the Basin's filter item.


getInventory

getInventory() -> table
Returns a list of information about all of the items in the Basin.


Changelog/Trivia

0.7.16
Added Create integration