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:
14
ontime_clocks/init.lua
Normal file
14
ontime_clocks/init.lua
Normal 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")
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user