mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
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")
|