I managed to fix it by myself if anyone needs it.
so as error says line 617 also 618 and 619... in data-updates.lua
so I checked the Bob's mods what was changed and old "alloy-processing-1" now is just like this "alloy-processing"
seems to be working as intended :o
new
addTech("alloy-processing", "pipe-bronze-straight")
addTech("alloy-processing", "pipe-bronze-junction")
addTech("alloy-processing", "pipe-bronze-elbow")
old
addTech("alloy-processing-1", "pipe-bronze-straight")
addTech("alloy-processing-1", "pipe-bronze-junction")
addTech("alloy-processing-1", "pipe-bronze-elbow")