I am looking for a method to do a finite flow of liquid. Something along the lines of a puddle of water that drains out into the cavern below and runs out. I was excited that it seemed to be a promising option. After not finding an example, I delved into the underlying classes and found that it is a jar with a finite amount of fluid in it. Not quite what I am hoping for.
I'm kicking around some ideas and found net.minecraftforge.fluids.BlockFluidFinite which may work nicely if it does what I expect. I was wondering if anyone has used it. So far google and github failed to turn up an example.