Replace fuels output icon by fire

This commit is contained in:
JPG 2016-12-23 03:11:55 +01:00
parent 69c6a3c739
commit 0da36aad98
4 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ function craftguide:get_recipe(player_name, tooltipl, item, recipe_num, recipes)
if recipe_type == "cooking" then
formspec = formspec..
"image["..(xoffset-0.8)..","..(iY+1)..
".5;0.5,0.5;default_furnace_front.png]"
".5;0.5,0.5;craftguide_furnace.png]"
end
local items = recipes[recipe_num].items
@ -189,7 +189,7 @@ function craftguide:get_formspec(player_name, is_fuel)
"item_image_button["..xoffset..","..(iY+2)..
";1,1;"..data.item..";"..data.item..";]"..
tooltip.."image["..(xoffset-2)..","..
(iY+2)..";1,1;craftguide_none.png]"
(iY+2)..";1,1;craftguide_fire.png]"
else
formspec = formspec..
self:get_recipe(player_name, tooltip, data.item,

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 B