promotional bannermobile promotional banner

FTB Tutorial Mod (Forge)

Allows you to create tutorials and open them with commands

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.

The FTB Tutorial Mod (Forge) Team

profile avatar
Owner
  • 1.7K
    Followers
  • 140
    Projects
  • 1.7B
    Downloads

More from FTBView all

  • FTB Skies 2 project image

    FTB Skies 2

    • 423.6K
    • Modpacks

    Our skyblock experience built for Minecraft 1.21.1 with a focus on rewarding gameplay, custom mechanics, and player-driven progression!

    • 423.6K
    • June 21, 2026
    • Modpacks
    • +4
  • FTB OceanBlock 2 project image

    FTB OceanBlock 2

    • 1.3M
    • Modpacks

    Nothing but endless ocean. No land. No rescue. You’re alone - or so you think...

    • 1.3M
    • June 21, 2026
    • Modpacks
    • +4
  • FTB Quests (Fabric) project image

    FTB Quests (Fabric)

    • 28.1M
    • Mods

    FTB Quests is a lightweight, team-based questing mod and is very simple to use. (Fabric version)

    • 28.1M
    • June 19, 2026
    • Mods
    • +3
  • FTB Quests (NeoForge) project image

    FTB Quests (NeoForge)

    • 204.9M
    • Mods

    Questing Mod by FTB

    • 204.9M
    • June 19, 2026
    • Mods
    • +3
  • FTB Skies 2 project image

    FTB Skies 2

    • 423.6K
    • Modpacks

    Our skyblock experience built for Minecraft 1.21.1 with a focus on rewarding gameplay, custom mechanics, and player-driven progression!

    • 423.6K
    • June 21, 2026
    • Modpacks
    • +4
  • FTB OceanBlock 2 project image

    FTB OceanBlock 2

    • 1.3M
    • Modpacks

    Nothing but endless ocean. No land. No rescue. You’re alone - or so you think...

    • 1.3M
    • June 21, 2026
    • Modpacks
    • +4
  • FTB Quests (Fabric) project image

    FTB Quests (Fabric)

    • 28.1M
    • Mods

    FTB Quests is a lightweight, team-based questing mod and is very simple to use. (Fabric version)

    • 28.1M
    • June 19, 2026
    • Mods
    • +3
  • FTB Quests (NeoForge) project image

    FTB Quests (NeoForge)

    • 204.9M
    • Mods

    Questing Mod by FTB

    • 204.9M
    • June 19, 2026
    • Mods
    • +3