promotional bannermobile promotional banner

Scribble Book

A study journal that lets players document blocks by examining them in the world, gradually unlocking basic and in-depth knowledge entries at the cost of ink and paper.

File Details

scribble_book-0.4.0.jar

  • R
  • May 5, 2026
  • 186.91 KB
  • 30
  • 26.1.2+2
  • NeoForge

File Name

scribble_book-0.4.0.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:scribble-book-1508684:8044956"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Scribble Book 0.4.0                                                                                                                                                                                                             
Unlock conditions — entries can now be hidden until a condition is met. Nine built-in types: studied, studied_count, advancement, killed_entity, picked_up_item, scoreboard, and composites all_of / any_of / not. Fully        
  data-driven, no Java required.
                                                                                                                                                    Custom pages — add lore pages, guides, or any content via datapack (data/<modid>/scribble_book/custom/). Pages can be always visible or gated behind an unlock condition.

Categories — group entries into custom tabs with a title, icon, and sort order (data/<modid>/scribble_book/categories/).

Richer entry format — entries now support a sections + content blocks model alongside the existing flat string format. Both are fully supported.

ScribbleBookAPI — public facade for mod authors: register custom unlock condition types, trigger re-evaluation from external events.

  Internal architecture refactored for extensibility — dynamic condition registry, server-client unlock sync via network packet, backward-compatible codecs.