VoxeLibre/mods/mcl_clock/init.lua
2017-01-09 03:02:23 +01:00

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")