Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 3 months ago
All versions
1.4.0
Release
FTB Quest Translator 1.4.03 months ago 2,151
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
Added
- Glossary (Translation Memory): You can now configure words to remain untranslated using
config/tfq_glossary.json. Perfect for keeping mod names like "Redstone", "Create", or "Mekanism" in their original form. The system securely masks these words as{{gX}}tokens before sending them to the API, ensuring they don't break the grammatical context of the translated sentence. - Batch Translation: Added two new buttons to the FTB Quests sidebar. You can now translate the entire questbook in the background. The mod uses a smart rate-limiting queue (1.5s delay) to avoid IP bans from free APIs. Progress is saved to
config/tfq_batch_progress.json, allowing you to safely close the game and resume translation later. - Text-to-Speech (TTS) Voiceover: Added a speaker icon next to the quest translation button. Clicking it reads the quest text aloud using Google TTS. It dynamically reads either the original English or the translated text, depending on your current view state. (Note: The icon will flash red if the language isn't supported for voiceover).
- Regional Language Mapping: The mod now correctly maps Minecraft's regional variants (like
es_mxores_ar) to their root API languages (es). For Chinese, it correctly splits between Simplified (zh-CN) and Traditional (zh-TW). The[T]tooltip in the language menu now informs users if they are using a mapped regional variant.
Fixed
- AUTO Provider Fallback Bug: Fixed a critical issue where falling back from Google to MyMemory could cache garbage (
???) if the target language wasn't actually supported by MyMemory (e.g., Kyrgyzky). Added strictsupportsLanguage()checks before fallback. - Config UI Title: Fixed the raw translation key
ftbquesttransl.settingsshowing up as the title in the FTB Quests configuration menu. It now properly displays "FTB Quests Translator Settings" (or localized equivalents).
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:WGYAFr0C:pnBGWuft"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WGYAFr0C:pnBGWuft"
}

