Extract tool API functions to separate file

This commit is contained in:
2024-09-08 22:41:37 +02:00
parent 0363a2ba26
commit e2d91cd8c5
3 changed files with 61 additions and 44 deletions

View File

@@ -35,6 +35,7 @@ dofile(modpath.."/api/common.lua")
dofile(modpath.."/api/fluid.lua")
dofile(modpath.."/api/power.lua")
dofile(modpath.."/api/side.lua")
dofile(modpath.."/api/tool.lua")
dofile(modpath.."/api.lua")
dofile(modpath.."/machines/common.lua")