A mod that is an example of how to create a tutorial in a Factorio. The gist is that you need to create a scenario. This scenario is the tutorial itself, with all scripting and so on. Place that scenario into the tutorials
folder of the mod. Then create a TutorialDefinition and TipsAndTricksItem for it in the prototype stage, so for example in data.lua
. That's it!