1
0
mirror of https://github.com/adrido/darkage.git synced 2025-06-30 15:30:46 +02:00

update Formspec of box and shelf to fit into minetest_game

This commit is contained in:
addi
2016-07-12 16:24:24 +02:00
parent 15ec997551
commit e4d0438bf4
2 changed files with 28 additions and 12 deletions

View File

@ -2,6 +2,10 @@ 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")