Some basic API functions

This commit is contained in:
2023-02-28 20:09:23 +01:00
parent de538cc0db
commit f6383b020f
2 changed files with 86 additions and 0 deletions

View File

@@ -22,4 +22,5 @@ industrialtest={}
-- load other lua files
dofile(modpath.."/compatibility.lua")
dofile(modpath.."/api.lua")
dofile(modpath.."/minerals.lua")