EasyColorful666
EasyColorful666
文档网站404
 System.Text.Json.JsonException:“The JSON value could not be converted to MinecraftLaunch.Base.Models.Network.ForgeInstallEntry. Path: $[0] | LineNumber: 0 | BytePositionInLine: 6.”
复合安装器不安装
``` private async void InstallGameCoreAsync() { IEnumerable installEntries = new List(); if (string.IsNullOrEmpty(SelectedVersion)) { Growl.Error("请选择一个游戏版本。"); return; } if (!string.IsNullOrEmpty(SelectedVersion)) { entry = await VanillaInstaller.EnumerableMinecraftAsync() .FirstAsync(x => x.Id == SelectedVersion); installEntries.Concat([entry]);...