1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-01 15:40:43 +02:00

First commit

This commit is contained in:
Pierre-Yves Rollo
2015-11-11 14:26:39 +01:00
commit d44bf53ea2
143 changed files with 1278 additions and 0 deletions

14
ontime_clocks/init.lua Normal file
View File

@ -0,0 +1,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")