Small tweak

This commit is contained in:
Jean-Patrick Guerrero 2021-01-10 03:42:30 +01:00
parent 71e95d3008
commit de41ca2a75
1 changed files with 1 additions and 1 deletions

View File

@ -1293,7 +1293,7 @@ local function get_output_fs(fs, data, rcp, is_recipe, shapeless, right, btn_siz
local _name = sprintf("_%s", name)
fs(fmt("item_image_button",
X + 0.1, Y, ITEM_BTN_SIZE, ITEM_BTN_SIZE,
X + 0.11, Y, ITEM_BTN_SIZE, ITEM_BTN_SIZE,
sprintf("%s %u", name, count * (is_recipe and data.scrbar_rcp or data.scrbar_usg or 1)),
_name, ""))