Add README from modrinth

This commit is contained in:
Johannes Frohnmeyer 2022-03-13 17:18:23 +01:00
parent c6633ebce3
commit 7a62276aac
Signed by: Johannes
GPG Key ID: E76429612C2929F4
2 changed files with 13 additions and 1 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
GoogleChat automatically translates all messages sent or received by the client to/from a configured language using Google Translate through LibJF.
Both directions of translation can be configured and GoogleChat can be disabled completely from the config, though server-specific configs are not implemented.
If you want to use GoogleChat serverside (which is supported btw), a config like the following is recommended:
```json
{
"enabled": true,
"serverLanguage": "en",
"clientLanguage": "auto"
}
```

View File

@ -7,7 +7,7 @@ dependencies {
include("io.gitlab.jfronny.libjf:libjf-base:${project.jfapi_version}")
modRuntimeOnly("io.gitlab.jfronny.libjf:libjf-devutil-v0:${project.jfapi_version}")
modImplementation "com.terraformersmc:modmenu:3.0.1"
modImplementation "com.terraformersmc:modmenu:3.1.0"
// Compat fix
include modImplementation(fabricApi.module("fabric-command-api-v1", "${project.fabric_version}"))