proper itemslot background
redo of 904cd78d3f
; caused some issues after cherry pick, same texture
hollow_logs_ref_recovery
parent
4046a68fbf
commit
8936313fb3
|
@ -48,7 +48,8 @@ local formspec = table.concat({
|
||||||
mcl_formspec.get_itemslot_bg_v4(4.75, 2.6, 1, 1),
|
mcl_formspec.get_itemslot_bg_v4(4.75, 2.6, 1, 1),
|
||||||
"list[context;mineral;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;]",
|
"list[context;template;6,2.6;1,1;]",
|
||||||
|
|
||||||
"image[7,2.6;2,1;mcl_anvils_inventory_arrow.png]",
|
"image[7,2.6;2,1;mcl_anvils_inventory_arrow.png]",
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 244 B |
Loading…
Reference in New Issue