1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 14:50:41 +02:00

add signs_lib placement rules

only works on signs_lib commit dcdee222 or later.
This commit is contained in:
Vanessa Dannenberg
2019-09-23 12:21:54 -04:00
parent d5fe933456
commit 75cfac34e6
7 changed files with 266 additions and 5 deletions

View File

@ -102,6 +102,10 @@ if pipeworks.toggles.finite_water == nil then
dofile(pipeworks.modpath.."/autodetect-finite-water.lua")
end
if minetest.get_modpath("signs_lib") then
dofile(pipeworks.modpath.."/signs_compat.lua")
end
dofile(pipeworks.modpath.."/common.lua")
dofile(pipeworks.modpath.."/models.lua")
dofile(pipeworks.modpath.."/autoplace_pipes.lua")