Minecraft Gamestage Books mod 2026 download
logo
minecraft mod Gamestage Books

Gamestage Books

Game Version: 1.12.2
Total Downloads: 119,912
Updated: Jul 5, 2019
Created: Jun 20, 2018
Download Gamestage BooksDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
gamestagebooks-1.12.2-1.0.2-universal.jar release 23.51 KB Jul 5, 2019 1.12.2 102,215 download Gamestage Books gamestagebooks-1.12.2-1.0.2-universal.jar releaseDownload
gamestagebooks-1.12.2-1.0.1-universal.jar release 23.48 KB Feb 16, 2019 1.12.2 11,181 download Gamestage Books gamestagebooks-1.12.2-1.0.1-universal.jar releaseDownload
gamestagebooks-1.12.2-1.0.0-universal.jar release 23.45 KB Jan 8, 2019 1.12.2 955 download Gamestage Books gamestagebooks-1.12.2-1.0.0-universal.jar releaseDownload
gamestagebooks-1.12.2-0.9.1-universal.jar release 22.33 KB Jul 7, 2018 1.12.2 5,247 download Gamestage Books gamestagebooks-1.12.2-0.9.1-universal.jar releaseDownload
gamestagebooks-1.12.2-0.9.0-universal.jar beta 22.29 KB Jun 20, 2018 1.12.2 314 download Gamestage Books gamestagebooks-1.12.2-0.9.0-universal.jar betaDownload

Description

Share this:

Github page    Discord

Crafttweaker addon that generate books which unlock gamestages. You can set things like what color the book should be, and what item it should display as a header when the book is used to unlock the stage.

Usage

Put all of the books in a separate script. The first line must be #loader gamestagebooks This ensures that the script is during preInit, so that items & their models can be properly registered.

Script example

#loader gamestagebooks
import mods.gamestagebooks.Book;

Book.addBook("emerald_stage", "Emerald Knowledge", "Emerald Handbook", "minecraft:emerald", 0x0cf200);

Stagename -> "emerald_stage"

Human readable stagename(used in unlock title) -> "Emerald Knowledge"

Name of the Book -> "Emerald Handbook"

 

Item to display on unlock -> "minecraft:emerald"

Item to display on unlock with meta -> "minecraft:wool@4"

 

Color of the book -> 0x0cf200

Color is a hexvalue prefixed with 0x

Comments

Add a comment