Is it intentional that asteroid grabbers and crushers aren't currently affected by the mod? After the masochistic grind that was getting blue and purple science going I found getting space science built positively delightful.
edit - an actual bug, the ""bonus"" isn't applied to the recycler even though its explicitly called out in data-final-fixes.lua. Seems to just be a type issue, changing
{type = "assembling-machine", name = "recycler"},
to
{type = "furnace", name = "recycler"},
fixes it.