mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-06-29 23:00:49 +02:00
Replace minetest
namespace with core
(#158)
Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
-- enable finite liquid in the presence of dynamic liquid to preserve water volume.
|
||||
local enable = false
|
||||
|
||||
if minetest.get_modpath("dynamic_liquid") then
|
||||
if core.get_modpath("dynamic_liquid") then
|
||||
pipeworks.logger("detected mod dynamic_liquid, enabling finite liquid flag")
|
||||
enable = true
|
||||
end
|
||||
|
Reference in New Issue
Block a user