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.20.1 (Forge)

  • R
  • Apr 13, 2026
  • 62.18 KB
  • 78
  • 1.20.1
  • Forge

File Name

ftbquesttransl-1.20.1-forge-1.3.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:ftb-quests-translator-1504552:7921529")
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.