From 63ae743a687675d870dda162ecd99ccbbe06c313 Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Sat, 26 Dec 2020 01:18:49 +0100 Subject: [PATCH] Small tweak --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index bc290d7..4931c81 100644 --- a/init.lua +++ b/init.lua @@ -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))