Gamestage Books
Modby IterationFunk
Gamestage unlocks through configurable books.
Type
Mod
CurseForge Downloads
1,046,467
CurseForge ID
296392
Last Updated
Jun 12, 2026
Description
Github page
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
Similar Mods
Item Model Fix (Fabric)
Fixes gaps in default item models
Dyenamics and Friends
Adds compatibility between the new colors from Dyenamics and a bunch of other mods
Expanded Equivalence
Adding EMC to different mod's items and crafting mechanics for ProjectE.
Architect's Palette [FABRIC]
Build and tinker with various new blocks !
Server Tab Info
A client and/or server mod that gives nice a way to view the mean tick time and ticks per second (TPS) of the game
LambdaBetterGrass
Adds better grass and snow to the game.