Item components

WaterSource

item component · builder

Makes the item a self-replenishing [liquid container]

You can use the following options with this component:

name <name> - sets the name of the component
desc <desc> - sets the description of the component
close - toggles whether this container opens and closes
capacity <amount> - sets the amount of liquid this container can hold
transparent - toggles whether you can see the liquid inside when closed
defaultliquid <liquid> - sets the liquid loaded with the item and refilled on each tick
adjustquantityprog <prog> - Prog to execute anytime quantity changes
refillrate <amount> - sets the refill rate per minute
onoff - toggles using an on/off function for refilling
prog <prog>|clear - sets or clears a prog for determing whether to refill. Incompatible with OnOff option.
emptyroom - toggles whether it can be emptied when in the room (i.e. not held)

← Back to Item components