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
### 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.

