RedStone Books
No reviews yet
Redstone Books adds a cinematic book GUI system configurable by JSON with animations, voice, and custom layout. Perfect for maps, RPGs, and story mods. Requires a resourcepack for textures and sounds.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Features systems for better item storage and organization.
Provides a framework or library for other mods to use.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Must be installed on both the client and the server.
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
A cinematic, JSON-driven book system for Minecraft Forge 1.20.1.
🇬🇧 Cinematic book system for Minecraft
🇪🇸 Sistema de libros cinematográficos para Minecraft
Redstone Books is a lightweight Forge mod that allows creators to build fully cinematic books using JSON configuration.
Perfect for:
- 🎬 Cinematics
- 🧭 RPG adventures
- 🗺️ Custom maps
- 🌍 Multiplayer servers
- 📜 Story-driven mods
- 🧱 Datapacks
- 📖 Frame-by-frame opening animation
- 🔊 Voice narration per page
- ✍️ Typewriter effect
- 🎨 Fully configurable layouts
- 🌫️ Fade transitions
- 📚 Multiple books support
- 🧠 JSON-driven configuration
- 🎮 HUD and input control
- 🌐 Dedicated server support
- 👥 Multiplayer synchronization
Install Forge 1.20.1
Client:
.minecraft/mods/
Server:
server/mods/
Launch Minecraft.
| Command | Description |
|---|---|
/redstonebook open <book> |
Opens a book for yourself. |
/redstonebook open <book> <player> |
Opens a book for a specific player. |
/redstonebook open <book> @a |
Opens a book for all connected players. |
Example:
/redstonebook open guardian
Book definitions are stored on the server:
config/redstonebooks/books/<id>.json
Resources (textures, animations and audio) are provided by the client resource pack:
assets/redstonebooks/
├── textures/books/<id>/
└── sounds/books/<id>/
- 📚 Books are loaded from the server.
- 📡 The server synchronizes book data to clients.
- 🖼️ Images, animations and audio are loaded locally from the resource pack.
- ✅ Ensures every player always receives the latest version of every book.
{
"id": "guardian",
"meta": {
"title": "CRÓNICAS DEL GUARDIÁN"
},
"theme": {
"folder": "guardian"
},
"animation": {
"enabled": true,
"folder": "anim",
"frameCount": 143,
"frameRate": 1
},
"assets": {
"cover": "book_cover.png",
"reading": "book_reading.png"
},
"options": {
"hideHud": true,
"lockInput": true,
"autoAdvance": true,
"pageTurnTicks": 8,
"showPageIndicator": true
},
"style": {
"textScale": 1.0,
"align": "LEFT",
"lineSpacing": 1,
"textColor": "#1E1A16",
"textShadow": false
},
"typewriter": {
"enabled": true,
"charsPerTick": 2,
"startDelay": 10
},
"layout": {
"mode": "book",
"openBookWidth": 0.74,
"openBookHeight": 0.74,
"textStartX": 0.55,
"textStartY": 0.14,
"textWidth": 0.30,
"textHeight": 0.60
},
"transition": {
"useFadeBetweenAnimationAndReading": true,
"fadeOutTicks": 18,
"blackHoldTicks": 8,
"fadeInTicks": 20
},
"pages": [
{
"durationTicks": 200,
"text": "Texto de ejemplo",
"voiceSound": "redstonebooks:books.guardian.guardian_p1",
"voiceVolume": 1.0,
"voicePitch": 1.0
}
]
}
Ejemplo de sounds.json:
{
"books.guardian.guardian_p1": {
"sounds": [
{
"name": "books/guardian/guardian_p1",
"stream": true
}
]
}
}
/playsound redstonebooks:books.guardian.guardian_p1 master @p
All Rights Reserved
- 🌐 Dedicated server support.
- 📡 Network synchronization between server and clients.
- 📚 Books are loaded directly from the server.
- 👥 Support for opening books for specific players or all connected players.
- 🛠 Fixed dedicated server crash caused by client-only classes.
- 🎞 Fixed animation issues (pink/black textures).
- 📖 New modular book structure.
- 🔊 Fully functional audio system.
- 📚 Base cinematic book system.
- ⚙ JSON configuration.
- 📄 Multi-page support.
- ✨ Text rendering and visual effects.
- 🔊 Initial audio system.
⚖️ License
All Rights Reserved
Title
📖 Redstone Books

📋Summary
Create cinematic animated books in Minecraft with text, voice and transitions — fully configurable via JSON.
Perfect for RPG maps, cinematics and story-driven content.
🎬Video
🛠️ What can you build?
- Story-driven cinematics
- RPG quest narration
- Intro sequences
- Lore books
- Immersive storytelling systems
🎯 What you can create
- Intro cinematics
- Quest narration
- Story cutscenes
- Lore books
- Interactive storytelling
ℹ️ Upload Info
- Version: 1.1.0
- Game Version: 1.20.1
- Loader: Forge
- Release Type: Release
Tags / Categories
- Adventure
- API / Library
- Utility
- RPG
Media Checklist
- Logo (docs/logo.png)
- Banner (docs/banner.png)
- Showcase (docs/showcase.png)
- Video (recommended)
Notes
⚠️ Requires resourcepack for textures and sounds
⚠️ New structure may break old packs
⚖️ License
All Rights Reserved
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers



