Wow. Just wow. Another weird and super specific mod interaction.
For some reason, Attach Notes makes an item version of the fluid "heavy-water" from bobs plates. And there's a recipe in the game named heavy-water, which my mod attempts to reverse. But my logic isn't expecting a fluid type recipe, which is formatted differently than item type recipes, and doesn't copy the correct amount of the fluid. So the game defaults the amount to zero, which isn't allowed (recipes with no ingredients don't define an ingredient at all). Thus an error, but only with these specific mods.
I seriously need to get around to rewriting the logic of this mod (again), hopefully make it a bit more robust so that these unexpected situations don't come up as often. Anyways, should be fixed as of v6.0.9