add vipworld modpack

This commit is contained in:
Milan Ihl 2019-05-20 17:50:00 +02:00
parent 6e35aebc06
commit 1f21dcd616
252 changed files with 3892 additions and 0 deletions

View 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