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.
11.924 Loading mod wret-beacon-rebalance-mod 1.0.14 (data-final-fixes.lua)
11.924 Error ModManager.cpp:1558: Failed to load mod "wret-beacon-rebalance-mod": ...ebalance-mod__/prototypes/compatibility/bobs_modules.lua:29: bad argument #1 of 2 to 'pairs' (table expected, got nil)
stack traceback:
[C]: in function 'pairs'
...ebalance-mod__/prototypes/compatibility/bobs_modules.lua:29: in main chunk
[C]: in function 'require' wret-beacon-rebalance-mod/data-final-fixes.lua:2: in main chunk
I fixed this up for myself. In prototypes/compatability/bobs_modules.lua:
Line 29: replace data.raw["recipe"]["beacon-2"] with data.raw["recipe"]["beacon2-recipe"]
Line 40: replace data.raw["recipe"]["beacon-3"] with data.raw["recipe"]["beacon3-recipe"]