From 6942c23ae218949bd24069bed54efca7866583b1 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 23 May 2017 03:15:59 +0200 Subject: [PATCH] Resort some food and non-food items in creative --- mods/HUD/mcl_inventory/creative.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/HUD/mcl_inventory/creative.lua b/mods/HUD/mcl_inventory/creative.lua index ac73ee541..0d870b91d 100644 --- a/mods/HUD/mcl_inventory/creative.lua +++ b/mods/HUD/mcl_inventory/creative.lua @@ -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