mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-05 22:01:28 +02:00
Added Formspec Image to Smithing Table and Fixed some whitespace issues.
This commit is contained in:
@ -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) ..
|
||||
|
Reference in New Issue
Block a user