MineClone2/mods/mcl_clock/init.lua

9 lines
249 B
Lua

--[[
mcl_clock, renew of the renew of the watch mod
Original from Echo, here: http://forum.minetest.net/viewtopic.php?id=3795
]]--
dofile(minetest.get_modpath("mcl_clock").."/clock.lua")
dofile(minetest.get_modpath("mcl_clock").."/items.lua")