Thanks for looking into it, I updated the mod and tried again. This time it did change something, but not with expected results, so I decided to do some structured tests.
Original K2SO Electronic circuit board recycle recipe:
x 0 + 0.25 iron
x 0 + 0.25 wood
1 copper wire
Test 1 - removed wood (my overall goal):
Expected:
x 0 + 0.25 iron
1 copper wire
Actual:
x 0 + 0.25 wood
1 copper wire
So something changed, but the wrong item.
Test 2 – Removed copper
Expected:
x 0 + 0.25 wood
x 0 + 0.25 iron
Actual:
x 0 + 0.25 wood
1 copper wire
Test 3 - Removed Iron
Expected:
x 0 + 0.25 wood
1 copper wire
Actual (OK!):
x 0 + 0.25 wood
1 copper wire
To me, it looks like the ingredient/output order is being mismatched or desynced when the recipe is rebuilt.
Hopefully it gave you some insights, let me know if I can provide you some more info.