mirror of
https://gitlab.com/lunovox/computing.git
synced 2025-03-15 14:41:20 +00:00
13 lines
338 B
Lua
13 lines
338 B
Lua
|
modComputing = {
|
||
|
modname = core.get_current_modname(),
|
||
|
modpath = core.get_modpath(core.get_current_modname()),
|
||
|
}
|
||
|
|
||
|
--dofile(modComputing.modpath.."/translate.lua")
|
||
|
dofile(modComputing.modpath.."/api.lua")
|
||
|
--dofile(modComputing.modpath.."/item_smartphone.lua")
|
||
|
|
||
|
|
||
|
|
||
|
core.log('action',"[MOD] "..modComputing.modname.." loaded!")
|