Refactor watch mod to mcl_clock

This commit is contained in:
Wuzzy 2017-01-09 03:02:23 +01:00
parent f8f6f57611
commit 2e732c9085
11 changed files with 92 additions and 566 deletions

8
mods/mcl_clock/init.lua Normal file
View file

@ -0,0 +1,8 @@
--[[
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")