display_modpack/steles/init.lua

15 lines
216 B
Lua

-- 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")