star_wars/mods/adv_lightsabers/init.lua

14 lines
311 B
Lua
Raw Permalink Normal View History

2020-07-15 22:06:57 +02:00
--------------------------
-- Advanced Lightsabers --
--------------------------
------- Ver 1.1 ----------
local modpath = minetest.get_modpath("adv_lightsabers")
dofile(modpath.."/force_api.lua")
dofile(modpath.."/register_lightsabers.lua")
dofile(modpath.."/craftitems.lua")
dofile(modpath.."/ores.lua")