Got exactly the same 7 recipes and nothing else was craftable.
I've figured out what the problem is, when Space Age was released, most chemical crafting recipes were split off from "chemistry" into new categories called "chemistry-or-cryogenics" and "organic-or-chemistry", so the mod no longer allows to craft anything that is also craftable in cryo- or bio- plants.
Just replacing:
crafting_categories = { "chemistry" },
with
crafting_categories = { "chemistry", "chemistry-or-cryogenics", "organic-or-chemistry" },
completely fixes the issue.