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

Creation of steles mod

This commit is contained in:
Pierre-Yves Rollo
2015-11-28 20:44:54 +01:00
parent fa2be9fc8d
commit a7e80f4b98
6 changed files with 126 additions and 0 deletions

14
steles/init.lua Normal file
View File

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