minetest-conjuration/init.lua

10 lines
226 B
Lua
Raw Normal View History

2017-09-28 05:47:05 -07:00
conjuration = {}
---( Loading The Files )---
local conjured_path = minetest.get_modpath("conjuration")
dofile(conjured_path .. "/tools.lua")
dofile(conjured_path .. "/craftitems.lua")
dofile(conjured_path .. "/crafts.lua")