2018-11-09 06:52:28 +01:00
|
|
|
modpath = minetest.get_modpath("extended_api")
|
2018-11-10 14:08:56 +01:00
|
|
|
|
|
|
|
extended_api = {}
|
|
|
|
|
2018-12-26 06:08:44 +01:00
|
|
|
dofile(string.format("%s/node_funcs.lua", modpath))
|
|
|
|
dofile(string.format("%s/async.lua", modpath))
|
|
|
|
dofile(string.format("%s/register.lua", modpath))
|