Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published last month
Updated last month
LinguaChat makes your communication in Minecraft accessible in any language, automatically translating chat messages without interrupting gameplay!
You can configure the translation directions for both sides (Client/Server) in the configuration file See description below.
📥 Installation
- Make sure you have Minecraft with Fabric Loader 0.16.10 or newer for game version 1.21.4
- Download the latest version of the mod from the releases section
- Place the JAR file in the
mods
folder of your Minecraft client - Launch Minecraft with the Fabric profile
⚙️ Configuration
The mod can be configured through the linguachat.json
file in the config
directory of your Minecraft client. Available settings:
{
"enabled": true,
"translateIncoming": true,
"translateOutgoing": true,
"defaultSourceLang": "auto",
"defaultTargetLang": "ru",
"preferredTranslator": "google",
"deeplApiKey": ""
}