Beacon rebalance mod that emulates the balance of Space Exploration's beacons, including the overload mechanic. (Now with Krastorio 2 and Bob's/SeaBlock compatibility!)
Tweaks
Mod category: Tweaks
Small changes concerning balance, gameplay, or graphics.
The recycling recipes for Beacon MK2 and Beacon MK3 with Space Age enabled are wrong, the MK2 gives radars instead of superconductors and the MK3 gives accumulators instead of quantum processors.
This is still an issue, but lorddjinn's solution worked for me too. Thank you lorddjinn!
To add to lorddjinn's post:
For Windows, you need to make these edits in the mods folder in your Users/[Your Login]/AppData/Roaming/Factorio/mods/wret-beacon-rebalance-mod_[version number].zip. Grab the recipe items from prototypes/compatibility/space_age.lua and replace the incorrect equivalents in the recipes within prototypes/items.lua (not intems.lua--that was a typo).
I really prefer this style of beacon. Thanks wretlaw120 for making this mod!
To add further: using an if statement in prototypes/item.lua to check for the space age mod, then replacing the ingredients table if true preserves compatibility with the base game.
I have no idea how to do this in a different file, though. wretlaw120 seems to have tried to do this in prototypes/compatibility/space_age.lua, but it doesn't replace the recycle recipe when run from there.
MANY edits: various typo fixes. I cannot type today.