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.3.1-1.21.1 (NeoForge)

  • R
  • Apr 13, 2026
  • 61.36 KB
  • 57
  • 1.21.1
  • NeoForge

File Name

ftbquesttransl-1.21.1-neoforge-1.3.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

### Fixed
- **API Formatting Errors**: Fixed issue where manually entering target language variants (like `uk_ua` or `en_us`) crashed the DeepL integration by converting underscores `_` to proper hyphens `-`.
- **MyMemory Language**: Enforced uniform `Autodetect` for MyMemory translation endpoint structure.
- **Cache Efficiency**: Unchanged words (e.g., untranslatable nouns) are now cleanly cached locally. The mod will no longer relentlessly query translation APIs for words that remain identically translated.
- **Text Skipping**: Removed faulty regex behavior that incorrectly skipped formatting boundaries around `{image}` macro insertions.
- **DeepL Config Security**: Re-engineered the translation settings. The DeepL API token is uncoupled from shared files and strictly stored within the `local/ftbquesttranslator-secrets.json` dictionary.