Extract network API functions to separate file

This commit is contained in:
2024-09-08 22:46:41 +02:00
parent e2d91cd8c5
commit e18789451c
3 changed files with 321 additions and 304 deletions

View File

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