• v3.0.1 b35455068d

    Ember's Text API 3.0.1
    All checks were successful
    Publish / Build Fabric 26.1 (push) Successful in 12m3s
    Publish / Build Fabric 1.21.1 (push) Successful in 13m50s
    Publish / Build Fabric 1.20.1 (push) Successful in 15m4s
    Publish / Build Fabric 26.2 (push) Successful in 13m33s
    Publish / Build NeoForge 1.21.1 (push) Successful in 16m10s
    Publish / Build NeoForge 26.2 (push) Successful in 14m18s
    Publish / Build NeoForge 26.1 (push) Successful in 16m17s
    Publish / Build Forge 1.20.1 (push) Successful in 6m48s
    Publish / Publish Fabric 1.21.1 (push) Successful in 32s
    Publish / Publish Fabric 26.2 (push) Successful in 32s
    Publish / Publish Fabric 26.1 (push) Successful in 32s
    Publish / Publish Fabric 1.20.1 (push) Successful in 33s
    Publish / Publish Forge 1.20.1 (push) Successful in 8s
    Publish / Publish NeoForge 26.2 (push) Successful in 9s
    Publish / Publish NeoForge 26.1 (push) Successful in 10s
    Publish / Publish NeoForge 1.21.1 (push) Successful in 8s
    Publish / Create Forgejo release (push) Successful in 9s
    Publish / Publish to Maven (Forgejo registry) (push) Successful in 15m42s
    Publish / Announce release in Discord (push) Successful in 4s
    Stable

    TysonTheEmber released this 2026-07-04 22:59:56 -06:00 | 1 commits to master since this release

    Downloads

    Pick the jar that matches your loader and Minecraft version. The same files are also on:

    Changelog

    • 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.
    Downloads