Tags
Creators
Details
1.3.3
Compatibility
Changes
v1.3.3 - Mistral & OpenRouter API Support and GUI Improvements With this update, we are expanding our AI translation options, reorganizing the settings menu for a better user experience, and squashing some bugs!
β¨ Features & Additions:
Added Mistral API Support: You can now translate item lore and tooltips using Mistral AI models (e.g., Mistral Large, Ministral). Added OpenRouter API Support: We integrated OpenRouter, allowing you to access dozens of different models (like Claude, Llama, Qwen, etc.) using a single unified API key. New Hotkeys: Added 2 new keybinds (unbound by default) for translating instantly via Mistral and OpenRouter. You can assign them in the Minecraft Controls menu. Revamped Settings Menu: To prevent clutter, the ModMenu settings interface has been divided into 2 separate categories: "General Settings" and "API Settings". Smart Menu Elements: The API settings for a specific AI engine will now only be visible if you have that engine enabled (ticked) in the general settings. Unused engines will no longer take up space! π Bug Fixes:
Fixed Double-Save Bug: Resolved a critical YACL config issue where saving API keys or settings multiple times in a row without closing the menu would cause the config to revert to its previous state. GUI Fix: Fixed a coordinate issue on the "API Help" screen where buttons would overlap. The layout has been completely redesigned to properly fit the new API links. Removed long and unnecessary descriptions from the model selection dropdowns (e.g., for Groq); now only clean model names are displayed.
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:VRaJ3Tm9:qC151Hve"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VRaJ3Tm9:qC151Hve"
}

