Скачать VM Translation Update — Minecraft Моды — ModStock
VM Translation Update

VM Translation Update

Активный

Установок

1

Последнее обновление

2 недели назад

Версии

1.12.2 — 1.21.5
Клиент
Fabric
Forge
Neoforge
Утилиты
logo

VM Translation Update

modrinth curseforge mcmod.cn forge (1.12.2, 1.16.5, 1.18-1.20.1) neoforge (≥1.20.1) fabric (≥1.16.5)

Features

All features of this mod are configurable. For detailed instructions on all features and configuration files, please refer to our mod documentation: https://vmct-cn.top/vmtu/

  1. Configurable in-game notifications when new localization updates are released, prompting players to download updates.
  2. Configurable option to automatically download and enable VM mod localization resource packs.
  3. Configurable automatic game language switching.
  4. [Game language is Chinese only] Configurable detection for i18nUpdateMod or Vault Patch complementary localization mods. If not installed, a prompt screen will appear to guide download (can be exited by pressing ESC).

Usage and Configuration Files

This mod requires the following dependency: Cloth Config API

The mod will create a configuration file named vmtranslationupdate.toml in the .minecraft/<mcversion>/config/ folder (1.12.2 version uses .cfg suffix).

By default, the configuration file content and enabled features are as follows:

autoSwitchLanguage = true   # Automatically switch language
autoDownloadVMTranslationPack = false # Does not automatically download VM localization resource pack by default
translationPackSource = "GITEE"       # Localization resource pack download source (currently only one option)
checkModPackTranslationUpdate = true  # Checks for localization updates by default
i18nUpdateModCheck = true # Checks for i18nUpdateMod installation by default
vaultPatcherCheck = false # Does not check for Vault Patch mod installation by default
testMode = false          # Test mode for developers, provides more logs

modpackinfo.json is the modpack identification file, located in the game root directory (.minecraft) with the following content:

{
  "modpack": {
    "name": "ExampleModpack", // Modpack name (unused)
    "version": "v0.1.0",      // Modpack version (unused)
    "translation": {
      "url": "https://vmct-cn.top/modpacks/example/", // Official localization download page
      "language": "zh_cn",    // Language, used for language switching feature
      "version": "1.0.0",     // Localization version, used to detect latest localization version
      "updateCheckUrl": "https://gitee.com/Wulian233/vmtu/raw/main/update/example.txt", // Localization version identifier file link, used to detect latest localization version
      "resourcePackName": "VM Localization Group Mod Localization Pack for 1.19+" // Base localization resource pack name
    }
  }
}

Base localization resource pack name refers to the name of the fundamental localization resource pack that needs to be downloaded

Additional Information

Authors: Wulian233, TexTrue, Lichiiiiiii

This mod uses the MIT License

VMTUCore is modified from I18nUpdateMod3 and uses the AGPL License