2 Custom Spout Interaction
simibubi edited this page 2021-08-25 13:58:45 +02:00

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