mirror of
https://github.com/pyrollo/display_modpack.git
synced 2024-11-14 14:20:31 +01:00
15 lines
266 B
Lua
15 lines
266 B
Lua
|
-- On time clocks mod by P.Y. Rollo
|
||
|
--
|
||
|
-- License: WTFPL
|
||
|
|
||
|
ontime_clocks = {}
|
||
|
ontime_clocks.path = minetest.get_modpath("ontime_clocks")
|
||
|
|
||
|
dofile(ontime_clocks.path.."/common.lua")
|
||
|
dofile(ontime_clocks.path.."/nodes.lua")
|
||
|
dofile(ontime_clocks.path.."/crafts.lua")
|
||
|
|
||
|
|
||
|
|
||
|
|