1de4e9d070
Make Async instance based.
8 lines
216 B
Lua
8 lines
216 B
Lua
modpath = minetest.get_modpath("extended_api")
|
|
|
|
extended_api = {}
|
|
|
|
dofile(string.format("%s/node_funcs.lua", modpath))
|
|
dofile(string.format("%s/async.lua", modpath))
|
|
dofile(string.format("%s/register.lua", modpath))
|