I can confirm that boblib is only removing uranium-processing as a pre-req (as it is a pre-req of the other pre-req)... What im not seeing anywhere, is why that recipe no longer has a recipe unlock.
If I disable the pre-req trimming function the recipe is still missing. Im digging a bit deeper.
FOUND IT!!!
PlutoniumEnergy in data-updates on line 7 removes all effects from that particular technology...
if mods['bobplates'] then
-- Disable some recipes
data.raw['technology']['plutonium-enrichment-process'].hidden = true
data.raw['technology']['plutonium-atomic-bomb'].prerequisites = {'atomic-bomb'}
data.raw['technology']['plutonium-processing'].effects = {}
end
I don't know why he did that, but the issue is clearly NOT on bobs end.