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