Refactorio / RedMew

The RedMew scenario code for Factorio.
https://redmew.com
GNU General Public License v3.0
176 stars 80 forks source link

Research printer config #1411

Open RedRafe opened 4 months ago

RedRafe commented 4 months ago

The technology printer has a config ignore_script to ignore researches unlocked by script.

https://github.com/Refactorio/RedMew/blob/f1fa20b4e368d00eb3d907cb2a9f35047ef61b9e/config.lua#L435-L439

Just for the sake of discord, I think this config field should be either true by default, or re-check if event.by_script was true before printing it to our discord in order to avoid all the spam

https://github.com/Refactorio/RedMew/blob/f1fa20b4e368d00eb3d907cb2a9f35047ef61b9e/features/research_printer.lua#L22-L25