1
0
mirror of https://github.com/minetest-mods/craftguide.git synced 2025-03-15 01:00:23 +01:00
This commit is contained in:
Jean-Patrick Guerrero 2020-02-09 02:01:51 +01:00
parent e2cdfc28b0
commit aa61333ee3

@ -1616,6 +1616,8 @@ local function fields(player, _f)
else
data.show_usages = not data.show_usages
end
elseif item == data.query_item then
return
end
local recipes, usages = get_recipes(item, data, player)