Minor fix

This commit is contained in:
Jean-Patrick Guerrero 2023-01-20 16:06:25 +01:00
parent 889259ac5e
commit e918942439
1 changed files with 4 additions and 0 deletions

View File

@ -946,6 +946,10 @@ local function get_output_fs(fs, data, rcp, is_recipe, is_usage, shapeless, righ
local itemstr = ESC(item:to_string())
item_image_button(X + 0.11, Y, BTN_SIZE, BTN_SIZE, itemstr, _name, "")
if item:get_stack_max() < count then
label(X + 1.05, Y + 1, count)
end
local def = reg_items[name]
local unknown = not def or nil
local desc = def and def.description