Implement Logistica compatibility

This commit is contained in:
2024-09-14 17:35:57 +02:00
parent 3419fcb660
commit 19c97f0173
5 changed files with 72 additions and 1 deletions

View File

@@ -90,6 +90,9 @@ dofile(modpath.."/crafts.lua")
if industrialtest.mods.pipeworks then
dofile(modpath.."/compat/pipeworks.lua")
end
if industrialtest.mods.logistica then
dofile(modpath.."/compat/logistica.lua")
end
if industrialtest.mods.mesecons then
dofile(modpath.."/compat/mesecons.lua")
end