FTB Tutorial Mod (Forge)
Modby FTB
Allows you to create tutorials and open them with commands
Type
Mod
CurseForge Downloads
650,270
CurseForge ID
326062
Last Updated
Jul 30, 2026
Description
This mod lets you create tutorials for your mod or modpack

You can see a list of all public tutorials by clicking the Tutorials button:

Tutorials are lazily-loaded from resource packs, so if you want to use this for a modpack, you will need to get Resource Loader mod.
For example, I will be using FTB Academy modpack paths, replace those with your own mod/modpack IDs.
Index file, located at ftbacademy:tutorials/intro/index.json (For modpack it would be resources/ftbacademy/tutorials/intro/index.json, for mod assets/modid/tutorials/intro/index.json)
{ "title": "The Introduction Tutorial", "icon": "item:minecraft:beacon", "pages": [ { "description": "Refined Storage", "layers": [ "0.png" ] }, { "description": "Welcome Banner", "layers": [ "ftbacademy:welcome.png" ] } ] }Title and icon are optional, as are descriptions for each page. You only are required to set those for visible tutorials. It must contain an array of pages, which each must contain list of layers, which currently are strings of image paths, but later will have other features, like text or arrows. If image namespace is not specified (e.g. 0.png) it will load image from the same folder, otherwise, it will treat it as full minecraft image path.
Example visible tutorial file, located at ftbacademy:tutorials/visible.json: (For modpack it would be resources/ftbacademy/tutorials/visible.json, for mod assets/modid/tutorials/visible.json)
[ "intro" ]This simply lists all tutorials that will be added to Tutorials gui.
How to open as modder/modpack creator?
As modpack creator you can run the command /open_tutorial ftbacademy:intro @p. As mod dev you can send IMC to mod FMLInterModComms.sendRuntimeMessage(modInstance, "ftbtutorialmod", "open", "ftbacademy:intro"); on client side or "open_from_server" as message ID on server side.
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Sorted Enchantments
Sorts enchantments in item tooltips (alphabetically)
Better Selection
Makes text more pleasant to select by improving the "move by word" feature (Ctrl+← and Ctrl+→).
Sky's Overworld Netherite
Are you tired of mining in nether? If so, this mod is for you! 🪨
Wither Spawn Animation
An animation that plays when a Wither is spawning
Advanced XRay (Neoforge Edition)
A simple but advanced xray mod that allows you to find all of your most loved blocks.
GD656Killicon
This Minecraft mod adds FPS-style killfeed notifications with exceptionally smooth animations. It offers unique features...