proper itemslot background

redo of 904cd78d3f ; caused some issues after cherry pick, same texture
This commit is contained in:
chmodsayshello 2023-09-29 16:59:45 +02:00
parent 4046a68fbf
commit 8936313fb3
2 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ local formspec = table.concat({
mcl_formspec.get_itemslot_bg_v4(4.75, 2.6, 1, 1),
"list[context;mineral;4.75,2.6;1,1;]",
mcl_formspec.get_itemslot_bg_v4(6,2.6,1,1),
mcl_formspec.get_itemslot_bg_v4(6, 2.6, 1, 1),
mcl_formspec.get_itemslot_bg_v4(6, 2.6, 1, 1, 0, "mcl_smithing_table_inventory_trim_bg.png"),
"list[context;template;6,2.6;1,1;]",
"image[7,2.6;2,1;mcl_anvils_inventory_arrow.png]",

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B