VoxeLibre/mods/ITEMS/mcl_torches/init.lua

7 lines
153 B
Lua
Raw Normal View History

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