1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-30 13:50:23 +02:00

Sfinv: Add and use a crafting arrow texture instead of using furnace arrow

This commit is contained in:
Paramat
2019-08-13 21:57:32 +01:00
committed by GitHub
parent e5ebb36cd5
commit 4eadf80634
4 changed files with 41 additions and 1 deletions

View File

@ -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)