#249 Make slower bubble column pull above water level

This commit is contained in:
kay27 2022-03-14 04:16:35 +04:00
parent 2ea71e9367
commit a392d59cab
1 changed files with 2 additions and 1 deletions

View File

@ -478,7 +478,8 @@ minetest.register_globalstep(function(dtime)
then
break
else
head_alt_1 = next_alt
-- show head slightly above water level:
head_alt_1 = head_alt_1 + (next_alt - head_alt_1) * 0.26
break
end
end