promotional bannermobile promotional banner

Dead Letters

Adds multiple stories to discover throughout the world—in chest loot, with per-player progression. The world is full of half-told tales; find them in chests and piece each story together at your own pace.

File Details

dead_letters-1.0.1.jar

  • R
  • May 7, 2026
  • 3.01 MB
  • 79
  • 1.20.1
  • Forge

File Name

dead_letters-1.0.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:dead-letters-1514347:8052591")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Dead Letters 1.0.1:

Now requires ExtraSpecialCore (ESC).


Highlights:

  • The note-reading screen now uses ExtraSpecialCore for fonts, buttons, and text helpers. Notes look consistent with other Creatopia / Unbound mods (CTL, Radio Towers, Dead Air).
  • New runtime dependency: extraspecialcore must be installed alongside Dead Letters.

What changed under the hood:

  • Note screen
  • The Add to Notebook button is built through ESC, so its label uses ESC’s shared button styling instead of a raw vanilla button.
  • The page-bottom action label (drawn under the scaled note pages) is rendered via EscText.drawString using ESC’s default font (EscFonts.DEFAULT), so it lines up with the rest of the screen’s typography.
  • Title and body wrapping now run the source text through EscText.literal(...) before font.split(...). This means the same font that draws the text is also the font used to compute line breaks, so lines no longer split at slightly wrong widths and no longer overlap with later UI elements.
  • Default font
  • Affected text reads ESC’s default font (EscFonts.DEFAULT) instead of pinning a specific face. If ESC ships a font change later, Dead Letters picks it up automatically.