Small tweak

This commit is contained in:
Jean-Patrick Guerrero 2020-12-26 01:18:49 +01:00
parent 2e30413b52
commit 63ae743a68
1 changed files with 1 additions and 1 deletions

View File

@ -1122,7 +1122,7 @@ local function get_output_fs(fs, data, rcp, is_recipe, shapeless, right, btn_siz
fs(fmt("image", arrow_X, Y + 0.06, 1, 1, PNG.arrow))
if rcp.type == "fuel" then
fs(fmt("animated_image", X, Y, ITEM_BTN_SIZE, ITEM_BTN_SIZE, PNG.fire_anim, 8, 180))
fs(fmt("animated_image", X + 0.05, Y, ITEM_BTN_SIZE, ITEM_BTN_SIZE, PNG.fire_anim, 8, 180))
else
local item = rcp.output
item = ItemStack(clean_name(item))