diff options
author | JPG <jeanpatrick.guerrero@gmail.com> | 2016-12-23 03:11:55 +0100 |
---|---|---|
committer | JPG <jeanpatrick.guerrero@gmail.com> | 2016-12-23 03:11:55 +0100 |
commit | 0da36aad987ea97d543b10439ee41911ad004ab5 (patch) | |
tree | f844edc0ee70cdca88ea68354d02d76cf1ddb23b /init.lua | |
parent | 69c6a3c7395da042621842f5fcd6f6fb80aa4c4a (diff) |
Replace fuels output icon by fire
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |