Add mods: technic, moreores, paintings, Nyancat (Pbj_pup). Small fix: sandwiches
This commit is contained in:
parent
15e8e696a2
commit
fb09deddc1
1404 changed files with 156555 additions and 211 deletions
9
mods/pipeworks/autodetect-finite-water.lua
Normal file
9
mods/pipeworks/autodetect-finite-water.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
-- 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
|
Loading…
Add table
Add a link
Reference in a new issue