94255dc026
Add async table to minetest.
3 lines
143 B
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)) |