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 (NeoForge 26.2)

  • R
  • Jul 5, 2026
  • 1.14 MB
  • 9
  • 26.2
  • NeoForge

File Name

emberstextapi-neoforge-26.2-3.0.1.jar

Supported Versions

  • 26.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:embers-text-api-1345948:8373209"
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.