Skip to content

Updates

Nathan edited this page Aug 16, 2026 · 1 revision

Updates

MineGlot can notify you when a newer stable version is published. It never replaces its own jar and never installs an update automatically.

Current release

The current stable release is MineGlot 1.0.3. Download only the final MineGlot-1.0.3.jar asset from that official page.

How the check works

  1. MineGlot starts one asynchronous update check per game session.
  2. It reads the latest published, stable GitHub release. Drafts and pre-releases are ignored.
  3. If the release version is newer than the installed version, MineGlot shows a notification when the Minecraft main menu is open.
  4. A network or GitHub error is ignored safely and does not stop the mod.

The check does not send your Minecraft account, API key, translations, or configuration to GitHub.

Notification buttons

  • Download asks for confirmation, then opens only the official release page in your browser. It does not download or install a jar by itself.
  • Later closes the notification for the current session. It may appear again after Minecraft is fully restarted if the update is still available.
  • Going back from the screen also dismisses it for the current session.

MineGlot validates the release URL before opening it. Only HTTPS release pages under github.com/NtGitG/minecraft-ai-translator/releases/ are accepted.

First update-checker installation

The older public MineGlot 1.0.2 jar did not contain this checker, so it cannot announce 1.0.3. Install 1.0.3 manually once. Starting from 1.0.3, future stable releases such as 1.0.4 can be announced in-game.

Manual installation

  1. Close Minecraft completely.
  2. Open the latest official release.
  3. Download the final MineGlot-<version>.jar asset, never a -dev or -thin jar.
  4. Remove the older MineGlot jar from .minecraft/mods.
  5. Copy the new jar into .minecraft/mods and restart Minecraft with Forge 1.8.9.

If no notification appears, see Troubleshooting.

Clone this wiki locally