Lore Book

Quick rating

Community listing page, reviews here may not be monitored by the author.

Lore Book

No reviews yet

A mod that adds a data driven Lore Book with linear progression

Mod Loaders
Minecraft

About

Description

This mod adds a customizable lore book system designed to integrate seamlessly into modpacks.

It introduces a book item that displays pages of text, allowing modpack creators to deliver story, worldbuilding, or progression hints directly in-game.

Pages can be added via datapacks using JSON files placed in the lore_pages directory. Example format:

"pages": [
  {
    "content": [
      "sample-text"
    ],
    "title": "sample-title",
    "level": 0
  }
]

This makes it easy to expand or modify content without touching code.

You are free to use this mod in any modpack, provided that proper credit is given.

Lore level can easily be incremented or decremented with the command:

/inclorelvl [selector] [amount]