ingame/crafting/gamepad/alchemy_gamepad.lua:381 -- self:SetCustomSort(function(bagId, slotIndex)
local _, craftingSubItemType = GetItemCraftingInfo(bagId, slotIndex)
if craftingSubItemType == ITEMTYPE_ALCHEMY_BASE then
return 0
else
return 1
end
end)