-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
NtGitG edited this page Jun 12, 2026
·
2 revisions
- Minecraft
1.8.9 - Forge
11.15.1.2318 - Java
8 - One API key (OpenAI or Claude)
- Build the project or download a release
.jar. - Copy the jar to
%APPDATA%/.minecraft/mods. - Launch Minecraft with the Forge 1.8.9 profile.
- Open the MineGlot menu from the in-game GUI (main screen).
- Set your API key and pick provider + model.
- Set default language (what you read) and target language (what you write with
/trs). - Optional: Target players → add players whose chat you want auto-translated.
- Test:
/translate Bonjour
Tip — If nothing happens, verify the API key, provider, model, and selected languages.
More detail — Read How It Works for commands vs auto chat.
.\gradlew.bat clean buildJar output: build/libs/
Quick compile:
.\gradlew.bat compileJava -x test --no-daemonRun tests:
.\gradlew.bat test --no-daemon