Thank you! I'm not sure if there is another mod in your list (I didn't download all of them, just reasoned through it), and tiny-assemblers was likely the problem mod. With 0.5.9 + 0.5.10, I've added proper support for comparing ingredient limits on machines against the recipe's # of ingredients, and have also added explicit compatibility for a few mods.
Overall, it worked, but there was an odd bug. Out of all the assemblers that use concrete mix, the one making nuclear reactors had its recipe blanked and rotation reset. It worked fine when I added the recipe back in and rotated it properly.
(One of the reasons I LOVE Linux is that I generated that list by jumping into the mods folder and running this single command to grab a list of all enabled mods: cat mod-list.json | jq '.mods[] | select(.enabled == true) | .name' > modlist-20260307a.txt. So good!)