Sorry, didn't notice this until now (emails are best FYI). The offending line at prototypes/items/intermediates.lua:77 is inserting my intermediate items into the productivity modules' limitation table. One of your other mods is just outright deleting it. So, do any of your mods remove productivity module limitations?
Tell them to do it in the "data-final-fixes" phase, not in the data phase (who trys to delete a table before other people add to it???). I could make a check for this, but it's sloppy on the other mod's end and should be fixed from there.