2017-02-10 13:30:53 +00:00
|
|
|
mcl_torches = {}
|
2015-06-29 17:55:56 +00:00
|
|
|
|
2021-05-29 14:12:33 +00:00
|
|
|
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
2020-08-19 14:29:20 +00:00
|
|
|
|
2021-04-13 07:59:32 +00:00
|
|
|
dofile(modpath .. "/api.lua")
|
|
|
|
dofile(modpath .. "/register.lua")
|