Hello! It would be possible for this mod to display the data yeah. The data is pulled from the game (and other mods), and does some calculations on the spot too. It's actually how it worked in Factorio 1.1, there was a command you could use to display it. But I removed it due to changes in the modding API.
However, I don't think I want to add it back. When I played with this mod the first time I ended up using that command all the time to check my stats, and lost focus on actually just playing. So my reasoning now for not adding it back is:
- I would need to recreate all the guis and plumbing again, which I'm not very keen to do.
- I think it removes from gameplay, rather than add. If you know your stats there's no use to add it to the victory screen.
I hope you understand. I could change it so that another mod can ask my mod for all the statistics, and then that mod displays it. But I'll only provide that info if someone actually makes that other mod.