mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Use sfinv_crafting_arrow.png
This commit is contained in:
parent
2bcbda7277
commit
07277b3400
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ local function get_recipe_formspec(data)
|
|||
"Cooking time: "..minetest.colorize("yellow", cooktime)
|
||||
table.insert(fs, "tooltip[3.2,6.1;0.5,0.5;"..tooltip.."]")
|
||||
end
|
||||
table.insert(fs, "image[3,6.6;1,1;gui_furnace_arrow_bg.png^[transformR270]")
|
||||
table.insert(fs, "image[3,6.6;1,1;sfinv_crafting_arrow.png]")
|
||||
|
||||
local output_name = recipe.output:match("%S*")
|
||||
table.insert(fs, ("item_image_button[4,6.6;1.05,1.05;%s;%s;]")
|
||||
|
|
Loading…
Add table
Reference in a new issue