FTB Guides Mod — Reference
Guide Creation & File Structure
Guides are stored as .txt or .md files within the Minecraft instance folders. The mod looks in specific locations depending on the type of guide being provided.
Directory Locations
| Guide Type | Folder Path |
|---|---|
| Modpack Guide | config/ftbguides/modpack_guide/ |
| Mod-Specific Guides | config/ftbguides/mod_guides/ |
| Server Guides | local/ftbguides/server/ |
Creating a Page
To create a new guide page, a folder must be created within one of the directories above. Inside that folder, an index.txt (or .md) file contains the content. The folder name serves as the internal ID for the page, while the title displayed in-game can be set within the file metadata or a title.txt file.