Disable liquid move physics for flux

This was always meant to be a "heavy gas" and not a liquid.  MT
just didn't support that at the time.  Now it finally does.
This commit is contained in:
Aaron Suen 2024-09-28 20:34:56 -04:00
parent 551cd84b14
commit e3d7d9654d

View File

@ -12,6 +12,7 @@ local wetdef = {
use_texture_alpha = "blend",
paramtype = "light",
liquid_viscosity = 0,
liquid_move_physics = false,
liquid_renewable = false,
liquid_range = 2,
liquid_alternative_flowing = modname .. ":flux_flowing",