forked from VoxeLibre/VoxeLibre
Minor creative sorting fix
This commit is contained in:
parent
d72967d071
commit
d49f49b876
|
@ -62,7 +62,7 @@ function set_inv(filter, player)
|
|||
table.insert(creative_list, name)
|
||||
end
|
||||
elseif filter == "#food" then
|
||||
if def.groups.food ~= nil or string.find(string.lower(def.description), "apple") or string.find(string.lower(def.description), "bread") then
|
||||
if def.groups.food ~= nil then
|
||||
table.insert(creative_list, name)
|
||||
end
|
||||
elseif filter == "#tools" then
|
||||
|
|
Loading…
Reference in New Issue