add vipworld modpack
This commit is contained in:
parent
6e35aebc06
commit
1f21dcd616
252 changed files with 3892 additions and 0 deletions
24
mods/vipworld/darkage/init.lua
Normal file
24
mods/vipworld/darkage/init.lua
Normal file
|
@ -0,0 +1,24 @@
|
|||
minetest.log("action"," ---- Dark Age Version 1.3 is Loading! ---- ")
|
||||
|
||||
darkage = {}; -- Create darkage namespace
|
||||
|
||||
darkage.formbg = (default.gui_bg or "")..
|
||||
(default.gui_bg_img or "")..
|
||||
(default.gui_slots or "")
|
||||
|
||||
local MODPATH = minetest.get_modpath("darkage")
|
||||
|
||||
dofile(MODPATH.."/nodes.lua")
|
||||
--dofile(MODPATH.."/mapgen.lua")
|
||||
dofile(MODPATH.."/building.lua")
|
||||
dofile(MODPATH.."/furniture.lua")
|
||||
dofile(MODPATH.."/aliases.lua")
|
||||
dofile(MODPATH.."/walls.lua")
|
||||
|
||||
dofile(MODPATH.."/stairs_functions.lua")
|
||||
dofile(MODPATH.."/stairs.lua")
|
||||
|
||||
if minetest.get_modpath("moreblocks") then
|
||||
dofile(minetest.get_modpath("darkage").."/moreblocks.lua")
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue