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.5.0.jar

  • R
  • Jun 4, 2026
  • 200.82 KB
  • 110
  • 26.1.2+2
  • NeoForge

File Name

scribble_book-0.5.0.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

  • items block — renders a row of item icons with optional slot backgrounds (background), horizontal alignment (alignleft/center/right, default center), and configurable gap between slots (gap, default 1px).
  • recipe block — renders a 3×3 crafting grid with arrow and output slot. Layout is static: supply item IDs directly in a 9-element grid array (row-major, "" = empty slot) plus an output item ID.
  • image block — now fully rendered with scissor-clip and pixel scroll. Added align field (left/center/right, default left).
  • item block — now fully rendered (icon + hover name on the same line).
  • Slot backgrounds in items and recipe blocks use a dedicated cell.png texture instead of programmatic fills.