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
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:
extraspecialcoremust 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.drawStringusing 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(...)beforefont.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.

