-
Couldn't load subscription status.
- Fork 1.2k
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.
- Extend
BlockSpoutingBehaviour - Register one instance of it via
BlockSpoutingBehaviour.register(...) - Details can be found in the javadoc entry of the method to be implemented
An Example Behaviour can be found here