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