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:
4
init.lua
4
init.lua
@ -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")
|
||||
|
Reference in New Issue
Block a user