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!")