Mesecons compatibility: Rotary Macerator

This commit is contained in:
2024-03-24 11:04:07 +01:00
parent e3e00e59a1
commit f561048339
5 changed files with 67 additions and 3 deletions

View File

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