mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-10-28 20:28:21 +01:00
6 lines
153 B
Lua
6 lines
153 B
Lua
mcl_torches = {}
|
|
|
|
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
|
|
|
dofile(modpath .. "/api.lua")
|
|
dofile(modpath .. "/register.lua")
|