This commit is contained in:
Jean-Patrick Guerrero 2020-06-11 14:58:30 +02:00
parent 7ef62f4f8b
commit 35021a6f0b
1 changed files with 1 additions and 2 deletions

View File

@ -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