şundan çatallanmış mtcontrib/pipeworks
1
0
Çatalla 0
pipeworks/autodetect-finite-water.lua

10 satır
291 B
Lua

-- enable finite liquid in the presence of dynamic liquid to preserve water volume.
local enable = false
if minetest.get_modpath("dynamic_liquid") then
pipeworks.logger("detected mod dynamic_liquid, enabling finite liquid flag")
enable = true
end
pipeworks.toggles.finite_water = enable