I am creating a mod that applies a low gravity effect to nearby entities. For fun I though i would also change the flowing behavior of liquids within the area.
Unfortunately, it seems that vanilla liquids and even many modded fluids don't seem to throw fluid events of any kind when they flow, nor do they trigger any other event that i have found. I had thought that the fluid motion event might be what i was looking for, but alas i have yet to have anything actually fire one.
As i don't want to search the chunks for fluid blocks to minimize lag I was wondering if anyone knew of any event that I am missing that would help me out. If not, but there is a efficient method to get the fluid blocks in a chunk, please let me know that as well.
Thanks for any help you can give