Mineuniverse
Log in Register
Mods

FTB Tutorial Mod (Forge)

Allows you to create tutorials and open them with commands
by FTB
Download Claim this project
648,258 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Map and Information

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.

FTBTutorialMod-1.0.0.11.jar
MC 1.12.2
Release 2019-09-20 Get

More from FTB

Bone Appetit
998,532
FTB Library (Forge) (Legacy)
98,265,314
FTB Essentials (Forge & Fabric)
95,953,819
FTB Utilities (Forge)
93,247,743
FTB Obsidian
906,926
FTB Pack Companion
8,807,631

You Might Also Like

Akashic Tome
The Book of Books. Store every documentation book in one.
99,946,307
Hwyla
Hwyla (Here's What You're Looking At) is a UI improvement mod aimed at providing block information directly in-game. It is also a fork of Waila.
99,359,372
Server Country Flags
Shows the flag of where a server is located.
9,736,695
The One Probe
More immersive alternative for WAILA
96,682,345
Better Ping Display [Fabric]
Displays ping in milliseconds in the player list in a configurable way
9,637,726
Provi's Health Bars
Adds sleek and expansive health bars / damage indicators.
994,419