14 lines
311 B
Lua
14 lines
311 B
Lua
|
--------------------------
|
||
|
-- 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")
|
||
|
|
||
|
|