promotional bannermobile promotional banner

FTB Quests Translator

Client-side addon for FTB Quests that adds a translate button to quest panels. Translates titles, subtitles and descriptions on-the-fly.

File Details

FTB Quests Translator 1.2.1 (Fabric)

  • R
  • Apr 10, 2026
  • 46.46 KB
  • 11
  • 1.21.1
  • Fabric

File Name

ftbquesttransl-fabric-1.2.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:ftb-quests-translator-1504552:7906479"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

### Added
- DeepL API Provider: You can now select `DEEPL` as your translation provider and use a DeepL API key in configs. This provides drastically better, context-aware translations.
- Contextual Formatted Translation: Entirely rewrote the formatted text translation logic (`TextFormatUtils`). Instead of breaking down sentences into chunked format codes (which destroyed the grammatical context), the mod now securely masks Minecraft codes and FTB tags into XML tags (`<mX/>`) before sending them.
- Universal Tag Protection: FTB Quests macros such as `{@pagebreak}` and `{image: ...}` handles are now perfectly shielded and treated as regular colors during translation, preventing them from being mistakenly translated and broken mid-sentence.