blob: 5210aef1e4c6ef771f43b8430c8d3dd17d880f45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-- 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")
|