Guide Lib - ガイドライブラリ(緒方 水輝@Vtuber)

Quick rating

Guide Lib - ガイドライブラリ(緒方 水輝@Vtuber)

No reviews yet

日本語の説明があります。Lightweight JSON-driven in-game guides for NeoForge 26.x. Content mods add data/[modid]/guide/ — players read from the Codex. Book & tablet themes, optional JEI.

API/Library
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
guide-lib-26.1.2-1.0.0.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Guide Lib

A lightweight, data-driven guide library for NeoForge 26.x (Minecraft 26.1.2).

For Players

  • Craft a Codex (book + paper ×2) to browse in-game guides from every mod that supports Guide Lib
  • Upgrade to a Codex Tablet for a scrollable cyber UI
  • Craft mod-specific Manuals when available — opens one mod's guide directly

For Mod Authors

No Java API required. Drop JSON under data/<modid>/guide/<book_id>.json:

  • text pages — translation keys or literal:...
  • crafting pages — show recipes by ID
  • spotlight pages — item + description

Optional per-mod Manual via recipe components on minecraft:written_book.

Ships with a built-in Example book. See Deconstructor for a full integration.

Features

  • Book & tablet themes (JSON-customizable)
  • Optional JEI integration on recipe slots
  • /reload-friendly datapack loading
  • Safe MOD removal — items degrade to vanilla written books

Requirements

  • NeoForge 26.1.2+
  • Java 25
  • JEI optional

Credits

This mod was developed with partial assistance from AI (Claude, Gemini, etc.) to improve development efficiency and optimize code. All game balance decisions and playtesting were performed manually by the developer. If you encounter any unexpected issues, please report them via GitHub Issues.

Guide Lib

NeoForge 26.x(Minecraft 26.1.2)向けの、軽量でデータ駆動型のガイドライブラリです。

プレイヤー向け

  • Codex(本 + 紙 ×2)をクラフトすると、Guide Libに対応しているすべてのMODのゲーム内ガイドを閲覧できます
  • Codex Tablet にアップグレードすると、スクロール可能なサイバーUIが利用可能になります
  • 利用可能な場合は、MOD固有のManualsを作成してください。これにより、特定のMODのガイドを直接開くことができます

MOD作者向け

Java APIは不要です。data/<modid>/guide/<book_id>.json にJSONファイルを配置してください:

  • text ページ — 翻訳キーまたは literal:...
  • クラフトページ — ID によるレシピの表示
  • スポットライトページ — アイテム + 説明

minecraft:written_book のレシピ components を通じて、MOD ごとのマニュアルをオプションで追加可能です。

組み込みの サンプルブックが同梱されています。完全な統合については、Deconstructorを参照してください。

機能

  • 本とタブレットのテーマ(JSONでカスタマイズ可能)
  • レシピスロットでのJEI統合(オプション)
  • /reloadに対応したデータパックの読み込み
  • 安全なMOD削除 — アイテムはバニラの「書かれた本」に劣化します

要件

  • NeoForge 26.1.2以上
  • Java 25
  • JEI(オプション)

クレジット

このMODは、開発効率の向上とコードの最適化を目的として、AI(Claude、Geminiなど)の支援を一部受けながら開発されました。ゲームバランスの決定およびプレイテストはすべて、開発者によって手作業で行われました。予期せぬ問題が発生した場合は、GitHub Issues を通じて報告してください。

Guide Lib

A lightweight, data-driven guide library for NeoForge 26.x (Minecraft 26.1.2).

For Players

  • Craft a Codex (book + paper ×2) to browse in-game guides from every mod that supports Guide Lib
  • Upgrade to a Codex Tablet for a scrollable cyber UI
  • Craft mod-specific Manuals when available — opens one mod's guide directly

For Mod Authors

No Java API required. Drop JSON under data/<modid>/guide/<book_id>.json:

  • text pages — translation keys or literal:...
  • crafting pages — show recipes by ID
  • spotlight pages — item + description

Optional per-mod Manual via recipe components on minecraft:written_book.

Ships with a built-in Example book. See Deconstructor for a full integration.

Features

  • Book & tablet themes (JSON-customizable)
  • Optional JEI integration on recipe slots
  • /reload-friendly datapack loading
  • Safe MOD removal — items degrade to vanilla written books

Requirements

  • NeoForge 26.1.2+
  • Java 25
  • JEI optional

Credits

This mod was developed with partial assistance from AI (Claude, Gemini, etc.) to improve development efficiency and optimize code. All game balance decisions and playtesting were performed manually by the developer. If you encounter any unexpected issues, please report them via GitHub Issues.

Guide Lib

NeoForge 26.x(Minecraft 26.1.2)向けの、軽量でデータ駆動型のガイドライブラリです。

プレイヤー向け

  • Codex(本 + 紙 ×2)をクラフトすると、Guide Libに対応しているすべてのMODのゲーム内ガイドを閲覧できます
  • Codex Tablet にアップグレードすると、スクロール可能なサイバーUIが利用可能になります
  • 利用可能な場合は、MOD固有のManualsを作成してください。これにより、特定のMODのガイドを直接開くことができます

MOD作者向け

Java APIは不要です。data/<modid>/guide/<book_id>.json にJSONファイルを配置してください:

  • text ページ — 翻訳キーまたは literal:...
  • クラフトページ — ID によるレシピの表示
  • スポットライトページ — アイテム + 説明

minecraft:written_book のレシピ components を通じて、MOD ごとのマニュアルをオプションで追加可能です。

組み込みの サンプルブックが同梱されています。完全な統合については、Deconstructorを参照してください。

機能

  • 本とタブレットのテーマ(JSONでカスタマイズ可能)
  • レシピスロットでのJEI統合(オプション)
  • /reloadに対応したデータパックの読み込み
  • 安全なMOD削除 — アイテムはバニラの「書かれた本」に劣化します

要件

  • NeoForge 26.1.2以上
  • Java 25
  • JEI(オプション)

クレジット

このMODは、開発効率の向上とコードの最適化を目的として、AI(Claude、Geminiなど)の支援を一部受けながら開発されました。ゲームバランスの決定およびプレイテストはすべて、開発者によって手作業で行われました。予期せぬ問題が発生した場合は、GitHub Issues を通じて報告してください。

Screenshots

Gallery

  • Example book entry
    Example book entry Example book entry (welcome)
  • Codex Tablet theme
    Codex Tablet theme Codex Tablet theme
  • Entry page — crafting recipe
    Entry page — crafting recipe Entry page — crafting recipe
  • Guide book index
    Guide book index Guide book index (2-column, icons)
  • Codex screen — multiple books listed
    Codex screen — multiple books listed Codex screen — multiple books listed
  • Codex screen — multiple books listed
    Codex screen — multiple books listed Codex screen — multiple books listed
  • Guide book index
    Guide book index Guide book index (2-column, icons)
  • Entry page — crafting recipe
    Entry page — crafting recipe Entry page — crafting recipe
  • Codex Tablet theme
    Codex Tablet theme Codex Tablet theme
  • Example book entry
    Example book entry Example book entry (welcome)

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works