-
Notifications
You must be signed in to change notification settings - Fork 3
Sprayer
The sprayer allows items to be sprayed with fluids. It can hold up to four different fluids, but one always has to be water. The water is required to clean the nozzles between switching of fluids.
Dev Note: The sprayer currently can only be fed with dyes by right-clicking it with them, and it only colors wool at the moment. An improvement is planned for the next release, see issue #156.
Following is a description of how it will function:
The fluid to use can be set in the configuration panel, or made dependent on the redstone signal strength. Possible modes are fixed fluid, round-robin (optional with block size), random and best-fit (recipe based).
Round-robin with a block size will use the same fluid for x items, then switch. All modes will ignore an item if it cannot be sprayed with the current fluid. Round robin will count them regardless, switching fluid even if it was never used. Only best-fit will try and switch to a fluid where a recipe is available.