Guide

An interactive in-game guidebook mod featuring smooth UI rendering, Markdown parsing, and 3D multiblock previews.

File Details

Guide 1.2.1 (Config Migration, Multi-Block Projection & Formatting Fixes)

  • R
  • Jun 25, 2026
  • 1.08 MB
  • 1.4K
  • 1.20.1
  • Forge

File Name

guide-1.2.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:guide-1570742:8318732")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

📘 Version 1.2.1 — Config Migration, Multi-Block Projection & Formatting Fixes

 

🚀 New Features:

• Full Config Migration — Moved all guidebook files completely out of the JAR to your local disk at: .minecraft/config/guide/books/[book_id]/.
• Auto Template Generation — The mod now automatically extracts a complete guidebook template on launch, including the new 'structures' folder for .nbt blueprints.
• Hot-Reload (/guide reload) — Edit texts or book settings locally and instantly refresh the book in-game. Available to all players by default (no OP/cheats needed).
• Quick Access (/guide) — A simple chat command to open the book selection menu from anywhere.
• Direct Media Asset Loading — Images (@image:) and animated GIFs (@gif:) are now loaded straight from the book folder, completely fixing the chess-board texture bug.
• Disk Structure Support — The multi-block projector and 3D previews now read .nbt files directly from the config folder. No external datapacks required.
• Tab & Space Indents — The Markdown engine now fully supports standard spaces and tabulations at the start of lines for clean paragraph layouts without breaking hyperlinks.

 

🛠️ Improvements & Fixes:

• Updated Syntax & Links Documentation — Thoroughly updated the blueprint .md documentation files. Added live formatting blueprints for multi-space indents, space bars, and flexible asset paths to easily guide creators.
• Ultra-Flexible Paths — Re-engineered path resolution. The engine automatically finds your media assets whether you write a full path, short name, or include mod prefixes.
• Redesigned Search Field — Replaced the ugly underscore cursor with a vertical caret (|) that allows full directional movement and fixes Cyrillic layout bugs.
• Scrollbar Precision Fix — Fixed a critical bug where hyperlinks would become unclickable or misplaced when scrolling down the page.
• Clean World Escape — Pressing Escape or clicking the Projection tab now completely closes all mod screens and exits directly to the game instead of bouncing you back to the book selector.
• Sidebar & Submenus Overhaul — Rewrote the navigation panel to cleanly support drop-down submenus (@submenu:), eliminating frame drops and button duplication.
• Code Optimization — Removed unused code and fixed all compiler warnings, returning the project to a flawless clean state.