async/init.lua
2018-11-10 07:08:56 -06:00

6 lines
163 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))