Sorry, but I do not want to add anything to the mod settings at this moment.
If you want to restore vanilla recipes and are okay with using commands, you may use:
/c game.player.force.recipes[ "copper-cable" ].enabled = true
If not, you can edit the control.lua file to enable the recipes for you, without needing to use commands.
Open the control.lua file and find the line that says: function update_recipes( force )
Replace the entire function body with this code:
function update_recipes( force )
force.recipes[ "copper-cable" ].enabled = true
end
It should work then. If not, please let me know.