Installation
EmbersTextAPI is a client+server mod. Both the host and every player need it installed. Drop the jar in mods/ and you’re done.
Requirements
Section titled “Requirements”| Minecraft | Loader | Java |
|---|---|---|
| 1.20.1 | Forge | 17 |
| 1.20.1 | Fabric | 17 |
| 1.21.1 | NeoForge | 21 |
| 1.21.1 | Fabric | 21 |
| 26.1.x | NeoForge | 25 |
| 26.1.x | Fabric | 25 |
No other mods are required. Fabric API is not a dependency.
Install the mod
Section titled “Install the mod”- Open the EmbersTextAPI page on Modrinth.
- Select your Minecraft version and loader in the version filter.
- Download the jar and drop it in your
mods/folder.
- Open the EmbersTextAPI page on CurseForge.
- Select your Minecraft version and loader under Files.
- Download the jar and drop it in your
mods/folder.
Download the jar that matches your loader and Minecraft version from either distribution platform above, or build from source:
# Fabric and NeoForge (all versions)./gradlew assemble
# Forge 1.20.1cd forge-1.20.1 && ./gradlew assembleJars land in each subproject’s build/libs/ directory.
First launch
Section titled “First launch”On the first run ETA writes its config files into the config/ folder next to your mods/ folder. The exact filenames depend on your loader:
| Loader | Client config | Server config |
|---|---|---|
| NeoForge / Forge | emberstextapi-client.toml | emberstextapi-server.toml |
| Fabric | emberstextapi-client.json | emberstextapi-server.json |
Verify it loaded
Section titled “Verify it loaded”Once you are in a world, op yourself (single-player pauses and grants op by default; on a server add yourself to ops.json or run /op <name> from the console). Then run:
/eta test 1A plain white text message should appear on your HUD. If it does, ETA is working. IDs 1 through 33 each demonstrate a different effect; /eta test 26 shows inline item rendering as a good showcase of what the system can do.