mymagic_mp/mymagic/init.lua

11 lines
474 B
Lua
Raw Normal View History

2016-03-05 09:47:07 -08:00
dofile(minetest.get_modpath("mymagic").."/enchanter.lua")
dofile(minetest.get_modpath("mymagic").."/blocks.lua")
dofile(minetest.get_modpath("mymagic").."/craftitems.lua")
dofile(minetest.get_modpath("mymagic").."/gem_blocks.lua")
dofile(minetest.get_modpath("mymagic").."/tool_recharge.lua")
dofile(minetest.get_modpath("mymagic").."/doors.lua")
dofile(minetest.get_modpath("mymagic").."/orbs_crystals.lua")
dofile(minetest.get_modpath("mymagic").."/blocks_default.lua")