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:
14
steles/init.lua
Normal file
14
steles/init.lua
Normal 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")
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user