mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-02 14:31:05 +01:00
6 lines
136 B
Lua
6 lines
136 B
Lua
mcl_torches = {}
|
|
|
|
local modpath = minetest.get_modpath("mcl_torches")
|
|
|
|
dofile(modpath .. "/api.lua")
|
|
dofile(modpath .. "/register.lua")
|