Long Reach

by vralfy

You can reach anything you can see. You can build anywhere you can see. I just modified supported Factorio versions.

Utilities
3 years ago
1.1
46.7K

b Breaks when reset_technology_effects is called

7 months ago

Hello, can you please add this line onto to your control.lua?
script.on_event(defines.events.on_technology_effects_reset, apply_long_reach_settings)

Several mods call force.reset_technology_effects() in on_configuration_changed so that if recipes have moved around, then they will be correctly locked/unlocked, but this also resets reach bonuses, so you need to re-set them by responding to this event.

https://lua-api.factorio.com/latest/classes/LuaForce.html#reset_technology_effects

New response