Back to mods
FTB Tutorial Mod (Forge) project artwork

CurseForge · Minecraft mod

FTB Tutorial Mod (Forge)

Allows you to create tutorials and open them with commands

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which FTB Tutorial Mod (Forge) release should I use?

Updated 9 months ago
Latest stable file FTBTutorialMod-1.0.0.11.jar
Game version 1.12.2
Loader Not required

FTB Tutorial Mod (Forge) FTBTutorialMod-1.0.0.11.jar targets 1.12.2. The project page does not say whether this file belongs on the client, dedicated server, or both. All 2 required mods have matching files.

Where it goes

Is FTB Tutorial Mod (Forge) required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release No loader listed
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does FTB Tutorial Mod (Forge) FTBTutorialMod-1.0.0.11.jar need?

FTBTutorialMod-1.0.0.11.jar. Change the file and its required mods may change too.

All 2 required mods have matching files

Install LetsEncryptCraft, FTB Library (Forge) (Legacy) first. We found matching files for this game-version and loader setup.

LetsEncryptCraft Needed by FTB Tutorial Mod (Forge) FTBTutorialMod-1.0.0.11.jar
required
Matching file found Matched file: letsencryptcraft-1.10.2-1.2.0.jar
FTB Library (Forge) (Legacy) Needed by FTB Tutorial Mod (Forge) FTBTutorialMod-1.0.0.11.jar
required
Matching file found Matched file: FTBLib-5.4.7.2.jar

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add FTB Tutorial Mod (Forge) without breaking your instance.

Built for FTB Tutorial Mod (Forge) FTBTutorialMod-1.0.0.11.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use FTBTutorialMod-1.0.0.11.jar. It targets 1.12.2; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install LetsEncryptCraft, FTB Library (Forge) (Legacy) first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside FTBTutorialMod-1.0.0.11.jar. It opens that exact file at the source.

About this project

What does FTB Tutorial Mod (Forge) add?

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.

Project description from CurseForge.

Pick your setup

FTB Tutorial Mod (Forge) by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

1 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

FTB Tutorial Mod (Forge) versions and loaders

10 of 10 releases match

Looking for an older file? The official CurseForge project page is in Resources.