mirror of
https://github.com/pyrollo/display_modpack.git
synced 2024-11-05 06:13:45 +01:00
16 lines
210 B
Lua
16 lines
210 B
Lua
-- 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")
|
|
|
|
|
|
|
|
|
|
|