mirror of
https://github.com/pyrollo/display_modpack.git
synced 2025-06-30 23:20:43 +02:00
First commit
This commit is contained in:
15
signs/init.lua
Normal file
15
signs/init.lua
Normal file
@ -0,0 +1,15 @@
|
||||
-- Signs mod by P.Y. Rollo
|
||||
--
|
||||
-- License: WTFPL
|
||||
|
||||
signs = {}
|
||||
signs.path = minetest.get_modpath("signs")
|
||||
|
||||
dofile(signs.path.."/common.lua")
|
||||
dofile(signs.path.."/nodes.lua")
|
||||
dofile(signs.path.."/crafts.lua")
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user