diff --git a/Custom-Spout-Interaction.md b/Custom-Spout-Interaction.md new file mode 100644 index 0000000..396a444 --- /dev/null +++ b/Custom-Spout-Interaction.md @@ -0,0 +1,7 @@ +Aside from belt/depot interaction via recipes, Add-ons are able to give Spouts a fully 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](https://github.com/Creators-of-Create/Create/blob/mc1.16/dev/src/main/java/com/simibubi/create/compat/tconstruct/SpoutCasting.java) \ No newline at end of file