forked from Mineclonia/Mineclonia
Resort some food and non-food items in creative
This commit is contained in:
parent
2044b389ed
commit
6942c23ae2
|
@ -37,7 +37,7 @@ local function set_inv(filter, player)
|
|||
table.insert(creative_list, name)
|
||||
end
|
||||
elseif filter == "\0food" then
|
||||
if def.groups.food or def.groups.eatable then
|
||||
if (def.groups.food and not def.groups.brewitem) or def.groups.eatable then
|
||||
table.insert(creative_list, name)
|
||||
end
|
||||
elseif filter == "\0tools" then
|
||||
|
|
Loading…
Reference in New Issue