forked from MineClone5/MineClone5
9 lines
249 B
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")
|