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
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.ImmersiveMessagecarried its client-only rendering, so loading the class on a server threwNoClassDefFoundError: 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
wrapset, a\nin the message rendered as a missing-glyph box instead of starting a new line; it now breaks correctly whether or not wrapping is enabled.