Added Formspec Image to Smithing Table and Fixed some whitespace issues.

This commit is contained in:
PrairieAstronomer 2022-06-29 09:12:14 -06:00 committed by cora
parent 6543d819da
commit 074f1df354
1 changed files with 24 additions and 23 deletions

View File

@ -37,6 +37,7 @@ end
-- ToDo: Make better formspec
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"))) .. "]" ..
"list[current_player;main;0,4.5;9,3;9]" ..
mcl_formspec.get_itemslot_bg(0,4.5,9,3) ..