![Image](https://forums.factorio.com/images/ext/29646fc50c306493a5fb53cd22d6dcd9.jpg)
I attempted to complete 16, but the completion is not displayed on 16 and the progress is displayed at 17.
Thanks for the report,die_8_ wrote:
I attempted to complete 16, but the completion is not displayed on 16 and the progress is displayed at 17.
That's not a method to reproduce. I need a save file and a single command I can run where you expect X to happen and it doesn't.die_8_ wrote:1. Apply mod "tesseracts"
2. Just continue researching "mining productivity"
I think that it can reappear by this method.
Code: Select all
/c script.on_event(defines.events.on_research_started, function(event)
event.research.researched = true
end)
What?die_8_ wrote:thx.
However, the execution timing of "on_research_started" is the same specification.
Do I need to delay execution timing with "on_tick" and "technology.level" if I want to do the above?