From f9cae7314e08fbeeef509c5c6ca095822fec1747 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Thu, 14 Jul 2016 09:03:38 -0400 Subject: update boost carts, mesecons, moreblocks, moretrees, unified inventory, and worldedit --- unified_inventory/api.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unified_inventory/api.lua') diff --git a/unified_inventory/api.lua b/unified_inventory/api.lua index 59296db..872ce32 100644 --- a/unified_inventory/api.lua +++ b/unified_inventory/api.lua @@ -25,7 +25,8 @@ minetest.after(0.01, function() for _,chk in pairs(recipe.items) do local groupchk = string.find(chk, "group:") if (not groupchk and not minetest.registered_items[chk]) - or (groupchk and not unified_inventory.get_group_item(string.gsub(chk, "group:", "")).item) then + or (groupchk and not unified_inventory.get_group_item(string.gsub(chk, "group:", "")).item) + or minetest.get_item_group(chk, "exclude_from_craft_guide") ~= 0 then unknowns = true end end -- cgit v1.2.3