mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
proper itemslot background
redo of 904cd78d3f
; caused some issues after cherry pick, same texture
This commit is contained in:
parent
4046a68fbf
commit
8936313fb3
2 changed files with 2 additions and 1 deletions
|
@ -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]",
|
||||||
|
|
BIN
textures/mcl_smithing_table_inventory_trim_bg.png
Normal file
BIN
textures/mcl_smithing_table_inventory_trim_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 244 B |
Loading…
Reference in a new issue