Change ModCore messages cause people keep thinking those are errors

This commit is contained in:
Jonas Herzig
2020-05-23 13:34:27 +02:00
parent b68d077b38
commit 154952a8ac
3 changed files with 7 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ public class ModCoreInstaller {
}
JsonHolder jsonHolder = fetchJSON(VERSION_URL);
if (!jsonHolder.has(minecraftVersion)) {
System.out.println("No ModCore target for " + minecraftVersion + ". Aborting install");
System.out.println("No ModCore target for " + minecraftVersion + ". This in fine, unless you're specifically looking for ModCore.");
return -2;
}
String latestRemote = jsonHolder.optString(minecraftVersion);