Extract registration API functions to separate file

This commit is contained in:
2024-09-08 22:53:09 +02:00
parent e18789451c
commit 07ea380ed7
3 changed files with 288 additions and 255 deletions

View File

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