Cherry-pick PR #2781 changes: add Yggdrasil authlib multi-user selection

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/729c8f37-946e-459d-b1e3-e4da4f4fddd1
This commit is contained in:
copilot-swe-agent[bot] 2026-03-20 21:26:23 +00:00
parent f351b36681
commit 2a6922ccba
4 changed files with 32 additions and 2 deletions

View file

@ -1748,6 +1748,15 @@ namespace MinecraftClient {
}
}
/// <summary>
/// Looks up a localized string similar to Yggdrasil authlib multi-user selection..
/// </summary>
internal static string Main_General_AuthlibUser {
get {
return ResourceManager.GetString("Main.General.AuthlibUser", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The address of the game server, &quot;Host&quot; can be filled in with domain name or IP address. (The &quot;Port&quot; field can be deleted, it will be resolved automatically).
/// </summary>