File Details
Ember's Text API 3.0.0 (Fabric 1.21.1)
- R
- Jun 22, 2026
- 1.89 MB
- 1.0K
- 1.21.1
- Fabric
File Name
emberstextapi-fabric-1.21.1-3.0.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Changelog
v3.0.0 — 2026-06-21
- NeoForge and Fabric support for MC 26.1.x and 26.2, including the neon glow and SDF text pipeline ported to 26.2's new bind-group render API. The FTB Quests and Emojiful integrations are not present on 26.2.
- FTB Quests composer: an ETA button on the quest text editor opens a composer with effect and preset pickers, a font picker, per-parameter controls, and a live preview that writes the composed markup back into the editor. Available on 1.20.1, 1.21.1, and 26.1.
- Effect parameters reworked for consistent naming with multiple accepted aliases per parameter. Gradient and rainbow gained an angle; rainbow gained length, saturation, and brightness; neon gained flicker controls.
<shadow>is now independent of the host text's drop shadow, so it renders even where the host draws without one (such as FTB Quests titles), and an explicit shadow color is no longer dimmed.- Twemoji coexistence: Twemoji's emoji render alongside ETA markup.
- Lang tag
argsnow supports escaping commas with a backslash so a single argument can contain commas:<lang key='commands.give.success.single' args='$9\,000'>passes$9,000as one argument. A literal backslash is written\\. - Emojiful compat: text effects now apply to chat messages on Forge 1.20.1. The render hook targeted the dev-mapped method name, which silently no-ops against the SRG-named build that ships in production. The integration also reads Emojiful's renderer state through accessor mixins instead of reflection.

