MineClone2/mods/ITEMS/mcl_torches/init.lua

7 lines
153 B
Lua
Raw Normal View History

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