mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-03 17:10:27 +01:00
16 lines
557 B
Lua
Executable File
16 lines
557 B
Lua
Executable File
------------------------------------------------------
|
|
-- Darkage mod by MasterGollum, addi and CraigyDavi --
|
|
------------------------------------------------------
|
|
|
|
dofile(minetest.get_modpath("darkage").."/nodes.lua")
|
|
dofile(minetest.get_modpath("darkage").."/craftitems.lua")
|
|
dofile(minetest.get_modpath("darkage").."/crafts.lua")
|
|
dofile(minetest.get_modpath("darkage").."/mapgen.lua")
|
|
dofile(minetest.get_modpath("darkage").."/stairs.lua")
|
|
dofile(minetest.get_modpath("darkage").."/aliases.lua")
|
|
|
|
--
|
|
-- Config
|
|
--
|
|
|
|
print ("Darkage [darkage] has loaded!") |