1
0
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:
Pierre-Yves Rollo
2015-11-11 14:26:39 +01:00
commit d44bf53ea2
143 changed files with 1278 additions and 0 deletions

15
signs/init.lua Normal file
View 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")