修复搜索栏处的版本顺序错误 (#2318)

我当时写反了(
This commit is contained in:
zkitefly 2023-06-29 01:35:50 +08:00 committed by GitHub
parent 32b10038d9
commit c87f7f39c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ public interface RemoteModRepository {
}
String[] DEFAULT_GAME_VERSIONS = new String[]{
"1.20", "1.20.1",
"1.20.1", "1.20",
"1.19.4", "1.19.3", "1.19.2", "1.19.1", "1.19",
"1.18.2", "1.18.1", "1.18",
"1.17.1", "1.17",