Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NeoForge 列表没有 47.1.82 #4863

Closed
1 task done
allMagicNB opened this issue Oct 1, 2024 · 1 comment
Closed
1 task done

NeoForge 列表没有 47.1.82 #4863

allMagicNB opened this issue Oct 1, 2024 · 1 comment
Labels
· Bug 忽略 因为各种杂项原因而关闭

Comments

@allMagicNB
Copy link
Contributor

检查项

描述

image

重现步骤

打开手动安装包列表

日志与附件

1

@allMagicNB allMagicNB added · Bug 新提交 需要社区初步确认其有效的新提交 labels Oct 1, 2024
@3gf8jv4dv
Copy link
Collaborator

Because upstream does not provide this version of the file.

#4045 (comment)

Private Function GetNeoForgeEntries(LatestJson As String, LatestLegacyJson As String) As List(Of DlNeoForgeListEntry)
Dim VersionNames = RegexSearch(LatestLegacyJson & LatestJson,
"(?<="")(1\.20\.1-)?\d+\.\d+\.\d+(-beta)?(?="")") '我寻思直接正则就行.jpg
Dim Versions = VersionNames.
Where(Function(name) name <> "47.1.82"). '这个版本虽然在版本列表中,但不能下载
Select(Function(name) New DlNeoForgeListEntry(name)).ToList
If Not Versions.Any() Then Throw New Exception("没有可用版本")
Versions = Versions.OrderByDescending(Function(a) a.Version).ToList
Return Versions
End Function

@zkitefly zkitefly added 忽略 因为各种杂项原因而关闭 and removed 新提交 需要社区初步确认其有效的新提交 labels Oct 1, 2024
@HexDragon-Bot HexDragon-Bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
· Bug 忽略 因为各种杂项原因而关闭
Projects
None yet
Development

No branches or pull requests

4 participants