Having another issue with getting the density, fluid 1 has a density of -1000, and fluid 2 has a density of -1500. However:
int density = BlockFluidBase.getDensity(world, pos);
and
int density2 = BlockFluidBase.getDensity(world, pos2);
are both being set to -1000
any ideas why?
Edit: Also if fluid1 is on top of fluid2, they seem to be acting as the same block? When fluid two calls to see what is on top of it the check returns the density of the block above fluid1.