From aa601daf67ca220290e03608fbaa4bcddbfcfbd8 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 12 Feb 2017 20:05:50 -0500 Subject: update boost_cart, homedecor, mesecons, moretrees, unified_inventory, and worldedit --- unified_inventory/api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unified_inventory') diff --git a/unified_inventory/api.lua b/unified_inventory/api.lua index e1b980a..2b63922 100644 --- a/unified_inventory/api.lua +++ b/unified_inventory/api.lua @@ -27,7 +27,7 @@ minetest.after(0.01, function() 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) - or minetest.get_item_group(chk, "exclude_from_craft_guide") ~= 0 then + or minetest.get_item_group(chk, "not_in_craft_guide") ~= 0 then unknowns = true end end -- cgit v1.2.3