Just at first glance, having not tested it yet, but:
1) Look for "fix = data.raw.recipe["alien-science-pack"]" in data-final-fixes.lua
2) A few lines down under the ingredients find "fix.result_count" and "fix.energy_required"
3) Change count to 2 and energy to 14 instead of 1 and 15
4) Look for "-- Vanilla/No Bobs plates"
5) After the "fix.ingredients" etc insert two new lines:
(a) fix.result_count = 2
(b) fix.energy_required = 14
(if you do use Bobs mods, insert the new lines before the "else" instead of after it)
That should do it!