File Details
Guide 1.1.0 (Interface Customization & Tables Update)
- R
- Jun 12, 2026
- 1.05 MB
- 12
- 1.20.1
- Forge
File Name
guide-1.1.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
📘 Version 1.1.0 — Interface Customization & Tables Update
Major update for the guide book featuring deep interface customization and a robust table system! Guide creators can now completely tailor the look of the book and organize data into dense, readable grids across any scale
🚀 New Features
- Automatic Markdown Tables
Added full support for GitHub Flavored Markdown (GFM) table syntax using vertical bars | and hyphens ---. Columns adapt automatically to content lengths.
Added full support for GitHub Flavored Markdown (GFM) table syntax using vertical bars | and hyphens ---. Columns adapt automatically to content lengths.
- Multi-line Word Wrap (Wrap Text)
Text inside table cells automatically wraps onto new lines, dynamically expanding row heights and preventing overlaps.
Text inside table cells automatically wraps onto new lines, dynamically expanding row heights and preventing overlaps.
- Custom Cursor Skins
Added a native cursor replacement system. Each mod can now use its own custom PNG cursor (32x32) from assets/[id]/textures/gui/custom_cursor.png that unloads cleanly upon closing the screen.
Added a native cursor replacement system. Each mod can now use its own custom PNG cursor (32x32) from assets/[id]/textures/gui/custom_cursor.png that unloads cleanly upon closing the screen.
- Chapter Icons in Sidebar
Added support for rendering items and blocks directly before chapter names on the left navigation panel.
Added support for rendering items and blocks directly before chapter names on the left navigation panel.
- Smooth Scrolling Text
Implemented an automatic marquee/scrolling text animation for long chapter names when hovered, preventing text from clipping outside the button boundaries.
Implemented an automatic marquee/scrolling text animation for long chapter names when hovered, preventing text from clipping outside the button boundaries.
🛠️ Improvements & Fixes
- Two-Dimensional Scrolling
Implemented a horizontal touch/drag mouse gesture to smoothly slide wide tables left and right. Scissor clipping isolates the table grid from the navigation menu.
Implemented a horizontal touch/drag mouse gesture to smoothly slide wide tables left and right. Scissor clipping isolates the table grid from the navigation menu.
- Visual Menu Hierarchy
The base color of the main chapter buttons has been darkened. This enhances the sleek Hi-Tech style and creates a clean contrast, visually separating the primary sections from subchapters.
The base color of the main chapter buttons has been darkened. This enhances the sleek Hi-Tech style and creates a clean contrast, visually separating the primary sections from subchapters.
- Fixed Page Scroll Calculations
Resolved layout height duplication bugs where spoilers, images, gifs, and items artificially inflated the maximum scroll limit.
Resolved layout height duplication bugs where spoilers, images, gifs, and items artificially inflated the maximum scroll limit.
- End-of-File Content Cutoff
Fixed an edge-case parsing bug where tables or elements placed at the absolute bottom of a Markdown file (directly after footer links) failed to register.
Fixed an edge-case parsing bug where tables or elements placed at the absolute bottom of a Markdown file (directly after footer links) failed to register.
- Optimized Icon Scaling
Sidebar icon scales reduced to a neat 11x11 pixels (0.7f) to balance UI elements and free up space for chapter text.
Sidebar icon scales reduced to a neat 11x11 pixels (0.7f) to balance UI elements and free up space for chapter text.
- Fixed Submenu Search Visibility
Fixed a bug where clicking a parent chapter while a search query was active would hide its contents (subchapters) due to strict filtering.
Fixed a bug where clicking a parent chapter while a search query was active would hide its contents (subchapters) due to strict filtering.
- Dynamic Padding
Button text now dynamically shifts right only when an icon is present, keeping the menu grid aligned.
Button text now dynamically shifts right only when an icon is present, keeping the menu grid aligned.

