Use sfinv_crafting_arrow.png

This commit is contained in:
Paul Ouellette 2020-01-12 18:25:33 -05:00
parent 2bcbda7277
commit 07277b3400

View file

@ -191,7 +191,7 @@ local function get_recipe_formspec(data)
"Cooking time: "..minetest.colorize("yellow", cooktime) "Cooking time: "..minetest.colorize("yellow", cooktime)
table.insert(fs, "tooltip[3.2,6.1;0.5,0.5;"..tooltip.."]") table.insert(fs, "tooltip[3.2,6.1;0.5,0.5;"..tooltip.."]")
end 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*") local output_name = recipe.output:match("%S*")
table.insert(fs, ("item_image_button[4,6.6;1.05,1.05;%s;%s;]") table.insert(fs, ("item_image_button[4,6.6;1.05,1.05;%s;%s;]")