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:
parent
551cd84b14
commit
e3d7d9654d
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user