forked from VoxeLibre/VoxeLibre
Added Formspec Image to Smithing Table and Fixed some whitespace issues.
This commit is contained in:
parent
6543d819da
commit
074f1df354
|
@ -37,6 +37,7 @@ end
|
||||||
-- ToDo: Make better formspec
|
-- ToDo: Make better formspec
|
||||||
|
|
||||||
local formspec = "size[9,9]" ..
|
local formspec = "size[9,9]" ..
|
||||||
|
"background[-0.19,-0.25;9.41,9.49;mcl_smithing_table_inventory.png]"..
|
||||||
"label[0,4.0;" .. minetest.formspec_escape(minetest.colorize(mcl_colors.DARK_GRAY, S("Inventory"))) .. "]" ..
|
"label[0,4.0;" .. minetest.formspec_escape(minetest.colorize(mcl_colors.DARK_GRAY, S("Inventory"))) .. "]" ..
|
||||||
"list[current_player;main;0,4.5;9,3;9]" ..
|
"list[current_player;main;0,4.5;9,3;9]" ..
|
||||||
mcl_formspec.get_itemslot_bg(0,4.5,9,3) ..
|
mcl_formspec.get_itemslot_bg(0,4.5,9,3) ..
|
||||||
|
|
Loading…
Reference in New Issue