Change group filter

This commit is contained in:
Wuzzy 2016-09-23 02:54:45 +02:00
parent c5926fed8f
commit 81d2a11835

View File

@ -15,7 +15,7 @@ local check_item = function(itemstring, filter)
if itemdef.description == nil or itemdef.description == "" then
return false
end
if itemdef.groups ~= nil and itemdef.groups.not_for_inventories ~= nil then
if itemdef.groups ~= nil and itemdef.groups.not_in_creative_inventory ~= nil then
return false
end
return true