mirror of
https://github.com/pyrollo/display_modpack.git
synced 2024-11-13 22:00:31 +01:00
15 lines
216 B
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")
|
||
|
|
||
|
|
||
|
|
||
|
|