From 35021a6f0b6ca449c3292034fb6ffb09000d8a6b Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Thu, 11 Jun 2020 14:58:30 +0200 Subject: [PATCH] Style --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index bb7d817..c91e374 100644 --- a/init.lua +++ b/init.lua @@ -1169,8 +1169,7 @@ local function make_fs(data) fs[#fs + 1] = fmt(FMT.image, X, Y, 1, 1, PNG.selected) end - fs[#fs + 1] = fmt("item_image_button[%f,%f;%f,%f;%s;%s_inv;]", - X, Y, 1, 1, item, item) + fs[#fs + 1] = fmt("item_image_button[%f,%f;1,1;%s;%s_inv;]", X, Y, item, item) end if (data.recipes and #data.recipes > 0) or (data.usages and #data.usages > 0) then