If you like me found this mod and want to use it with Factorio 2.0, then here is a short instruction on how to mod this mod to support 2.0:
- Download the mod. Unzip it.
- Edit
info.json
file, replace "1.1"
with "2.0"
in "factorio_version"
setting.
- Edit
control.lua
file, remove the two lines containing set_visibility(..., "show_alerts")
. I guess instead of removing, "show_alerts"
can probably be replaced with "show_alert_gui"
, but I didn't try it.
- Zip the mod folder back. Install the modded mod as usual.