Q's Cable-Making Mod


Mod that improves crafting of Copper Cable

Content
3 years ago
0.14 - 1.1
372
Manufacturing

i How to safely remove the mod?

5 years ago

I need to remove your mod from my build. But after removing the mod, vanilla recipes are not restored. Could you add a button to restore the usual recipes, to the mod settings?

5 years ago
(updated 5 years ago)

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.

5 years ago

Yes! Thanks a lot. It works.)

5 years ago

You are welcome. :)

New response