Skip to content

Custom Spout Interaction

simibubi edited this page Aug 25, 2021 · 2 revisions

Aside from belt/depot interaction via recipes, Add-ons are able to give Spouts a customized action for deploying fluids onto any block.

  1. Extend BlockSpoutingBehaviour
  2. Register one instance of it via BlockSpoutingBehaviour.register(...)
  3. Details can be found in the javadoc entry of the method to be implemented

An Example Behaviour can be found here

Clone this wiki locally