Ember's Text API

Text rendering and styling API with effects, animations, and custom font support.

File Details

Ember's Text API 3.0.1 (Fabric 1.21.1)

  • R
  • Jul 5, 2026
  • 1.89 MB
  • 721
  • 1.21.1
  • Fabric

File Name

emberstextapi-fabric-1.21.1-3.0.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:embers-text-api-1345948:8373203"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

v3.0.1 — 2026-07-04

  • Fixed a dedicated-server crash when a command built an immersive message, such as an FTB Quests command reward running /eta queue. ImmersiveMessage carried its client-only rendering, so loading the class on a server threw NoClassDefFoundError: MultiBufferSource. The rendering now lives in a client-only holder, leaving the message data safe to load server-side. This affected every loader and version; single-player was unaffected because the client classes are present there.
  • Unwrapped text now honors hard line breaks. Without wrap set, a \n in the message rendered as a missing-glyph box instead of starting a new line; it now breaks correctly whether or not wrapping is enabled.