Hello, I've followed the https://github.com/MinecraftForge/MinecraftForge/blob/1.14.x/src/test/java/net/minecraftforge/debug/fluid/NewFluidTest.java fluid example but I'm unsure of where to go from there. I need to add custom flow logic to the fluid but don't even know where to begin. I need the fluid to be a separate class where I can write this logic. Ultimately I need the fluid to flow upwards.
Thanks in advance.
EDIT:
I have now implemented my water and have an open tick function but ow would I go about implementing flow logic to make the water flow upwards