mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-08 18:55:05 +00: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")
|