Add smithing table formspec itemslot bg image for armor trims

This commit is contained in:
cora 2023-09-01 20:09:09 +02:00 committed by chmodsayshello
parent 4046a68fbf
commit d5522111c7
2 changed files with 9 additions and 10 deletions

View File

@ -40,21 +40,20 @@ local formspec = table.concat({
"image[0.875,0.375;1.75,1.75;mcl_smithing_table_inventory_hammer.png]",
mcl_formspec.get_itemslot_bg_v4(1.625, 2.6, 1, 1),
"list[context;upgrade_item;1.625,2.6;1,1;]",
mcl_formspec.get_itemslot_bg_v4(1.625,2.3,1,1),
"list[context;upgrade_item;1.625,2.3;1,1;]",
"image[3.125,2.6;1,1;mcl_anvils_inventory_cross.png]",
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(5.375, 2.3,1,1),
"list[context;mineral;5.375, 2.3;1,1;]",
mcl_formspec.get_itemslot_bg_v4(6,2.6,1,1),
"list[context;template;6,2.6;1,1;]",
mcl_formspec.get_itemslot_bg_v4(5.375,3.6,1,1),
mcl_formspec.get_itemslot_bg_v4(5.375,3.6,1,1,0,"mcl_smithing_table_inventory_trim_bg.png"),
"list[context;template;5.375,3.6;1,1;]",
"image[7,2.6;2,1;mcl_anvils_inventory_arrow.png]",
mcl_formspec.get_itemslot_bg_v4(9.125, 2.6, 1, 1),
"list[context;upgraded_item;9.125,2.6;1,1;]",
mcl_formspec.get_itemslot_bg_v4(9.125, 2.3,1,1),
"list[context;upgraded_item;9.125, 2.3;1,1;]",
-- Player Inventory

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B