Sfinv: Add and use a crafting arrow texture instead of using furnace arrow
This commit is contained in:
parent
e5ebb36cd5
commit
4eadf80634
4 changed files with 41 additions and 1 deletions
|
@ -6,7 +6,7 @@ sfinv.register_page("sfinv:crafting", {
|
|||
return sfinv.make_formspec(player, context, [[
|
||||
list[current_player;craft;1.75,0.5;3,3;]
|
||||
list[current_player;craftpreview;5.75,1.5;1,1;]
|
||||
image[4.75,1.5;1,1;gui_furnace_arrow_bg.png^[transformR270]
|
||||
image[4.75,1.5;1,1;sfinv_crafting_arrow.png]
|
||||
listring[current_player;main]
|
||||
listring[current_player;craft]
|
||||
]], true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue