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

Creation of signs_road mod

This commit is contained in:
Pierre-Yves Rollo
2015-11-28 20:44:41 +01:00
parent 1b39bf7ae3
commit fa2be9fc8d
13 changed files with 167 additions and 0 deletions

14
signs_road/init.lua Normal file
View File

@ -0,0 +1,14 @@
-- Signs mod by P.Y. Rollo
--
-- License: WTFPL
signs_road = {}
signs_road.path = minetest.get_modpath("signs_road")
dofile(signs_road.path.."/nodes.lua")
dofile(signs_road.path.."/crafts.lua")