Update namecache

This commit is contained in:
JFronny 2021-05-19 19:57:45 +02:00
parent 5bde64b3ca
commit 9a87035fdd
No known key found for this signature in database
GPG Key ID: BEC5ACBBD4EE17E5
4 changed files with 7430 additions and 242 deletions

View File

@ -1,10 +0,0 @@
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}

View File

@ -79,8 +79,7 @@ public class TranslatingTransformer<T> implements ITransformer {
currentLang = newLang;
}
currentState = backend.translate(currentState, startLang, currentLang);
if (Translater.Cli())
Translater.LOGGER.info("Transformed: \"" + str + "\" to: \"" + currentState + "\"");
Translater.LOGGER.info("Transformed: \"" + str + "\" to: \"" + currentState + "\"");
return currentState;
} catch (Exception e) {
Translater.LOGGER.warn("Failed to break: \"" + str + "\" (" + str.length() + " characters). Is your API key valid?");

View File

@ -23,7 +23,8 @@
"depends": {
"fabricloader": ">=0.9.0+build.204",
"fabric": "*",
"minecraft": "*"
"minecraft": "*",
"libjf": "*"
},
"custom": {
"modupdater": {

File diff suppressed because it is too large Load Diff