Switch over to a nice, light-shaded theme
similar to the original one, and improve upon it. Also got rid of the formspec's broken hotbar overlay image
This commit is contained in:
@@ -14,7 +14,9 @@ local open_chests = {}
|
||||
local function get_chest_formspec(pos)
|
||||
local spos = pos.x .. "," .. pos.y .. "," .. pos.z
|
||||
local formspec =
|
||||
"size[8,9]" ..
|
||||
"size[8,9]" ..
|
||||
"image[-0.39,-0.4;10.7,11.4;default_chest_inv_bg.png]" ..
|
||||
"listcolors[#00000000;#00000000;#00000000;#A0A0A0;#FFF]" ..
|
||||
default.gui_bg ..
|
||||
default.gui_bg_img ..
|
||||
default.gui_slots ..
|
||||
|
@@ -11,7 +11,9 @@ local tube_entry = "^pipeworks_tube_connection_stony.png"
|
||||
|
||||
local function active_formspec(fuel_percent, item_percent, pos, meta)
|
||||
local formspec =
|
||||
"size[8,8.5]"..
|
||||
"size[8,8.5]"..
|
||||
"image[-0.39,-0.4;10.7,10.9;default_furnace_inv_bg.png]" ..
|
||||
"listcolors[#00000000;#00000000;#00000000;#A0A0A0;#FFF]" ..
|
||||
default.gui_bg..
|
||||
default.gui_bg_img..
|
||||
default.gui_slots..
|
||||
@@ -44,7 +46,9 @@ local function active_formspec(fuel_percent, item_percent, pos, meta)
|
||||
end
|
||||
|
||||
local function inactive_formspec(pos, meta)
|
||||
local formspec = "size[8,8.5]"..
|
||||
local formspec = "size[8,8.5]"..
|
||||
"image[-0.39,-0.4;10.7,10.9;default_furnace_inv_bg.png]" ..
|
||||
"listcolors[#00000000;#00000000;#00000000;#A0A0A0;#FFF]" ..
|
||||
default.gui_bg..
|
||||
default.gui_bg_img..
|
||||
default.gui_slots..
|
||||
|
Reference in New Issue
Block a user