summaryrefslogtreecommitdiff
path: root/unified_inventory
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-12 20:05:50 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-12 20:05:50 -0500
commitaa601daf67ca220290e03608fbaa4bcddbfcfbd8 (patch)
treea0759c06b939c90e8bed4d1af84e832bbbf0b842 /unified_inventory
parentce806489e2472c29bb6f32b0ec59f7e023f11c08 (diff)
downloaddreambuilder_modpack-aa601daf67ca220290e03608fbaa4bcddbfcfbd8.tar
dreambuilder_modpack-aa601daf67ca220290e03608fbaa4bcddbfcfbd8.tar.gz
dreambuilder_modpack-aa601daf67ca220290e03608fbaa4bcddbfcfbd8.tar.bz2
dreambuilder_modpack-aa601daf67ca220290e03608fbaa4bcddbfcfbd8.tar.xz
dreambuilder_modpack-aa601daf67ca220290e03608fbaa4bcddbfcfbd8.zip
update boost_cart, homedecor, mesecons, moretrees, unified_inventory, and worldedit
Diffstat (limited to 'unified_inventory')
-rw-r--r--unified_inventory/api.lua2
1 files changed, 1 insertions, 1 deletions
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