Begin implementing compatibility with Pipeworks mod

This commit is contained in:
2024-02-27 21:02:12 +01:00
parent a5ef9eca00
commit d800a22fe0
5 changed files with 63 additions and 2 deletions

View File

@@ -74,3 +74,8 @@ dofile(modpath.."/cables.lua")
dofile(modpath.."/mapgen.lua")
dofile(modpath.."/uu_matter_crafts.lua")
dofile(modpath.."/crafts.lua")
-- compatibility with other mods
if industrialtest.mods.pipeworks then
dofile(modpath.."/compat/pipeworks.lua")
end