Free circuit wires


Removes ingredients for red and green circuit wires causing them to be free, like they essentially are already due to how blueprints work.

Tweaks
5 years ago
0.16 - 0.17
8

b Does not work with Bobs

5 years ago

Bob's Electronics also changes the recipe for the red and green wires, and due to the way that dependencies work it gets loaded after your mod. So your recipe gets overwritten.

If you add an optional dependency on bobelectronics then it will always load your mod after bobs electronics if it exists:

"dependencies": [
"base >= 0.17.0",
"? bobelectronics >= 0.17.0"
],
4 years ago

Thanks and I may update this but I don't use it anymore. I have switched to the far superior "Wire Shortcuts" mod.

https://mods.factorio.com/mod/WireShortcuts

I'm leaving this up just so people who do use it, don't lose it.

Thanks to frugal10191 for giving the information on how to patch, confirmed working.
For anyone else, just slot code that into the info.json file for this mod, then re-zip it.

New response