adv_lightsabers/init.lua

14 lines
311 B
Lua
Raw Normal View History

2020-04-06 18:39:49 -07:00
--------------------------
-- Advanced Lightsabers --
--------------------------
2020-04-10 21:52:19 -07:00
------- Ver 1.1 ----------
2020-04-06 18:39:49 -07:00
2020-04-10 14:50:56 -07:00
local modpath = minetest.get_modpath("adv_lightsabers")
2020-04-06 18:39:49 -07:00
2020-04-10 14:50:56 -07:00
dofile(modpath.."/force_api.lua")
dofile(modpath.."/register_lightsabers.lua")
dofile(modpath.."/craftitems.lua")
dofile(modpath.."/ores.lua")
2020-04-06 18:39:49 -07:00
2020-04-07 00:42:16 -07:00