async/init.lua

3 lines
143 B
Lua

modpath = minetest.get_modpath("extended_api")
dofile(string.format("%s/node_funcs.lua",modpath))
dofile(string.format("%s/async.lua",modpath))