RemoteCatalog order changed

This commit is contained in:
Timerix 2024-12-31 21:53:54 +05:00
parent 7882bb9bfd
commit 228b3bc55f

View File

@ -22,8 +22,8 @@ public record Config
public int max_parallel_downloads { get; set; } = 16;
public GameVersionCatalogProps[] version_catalogs { get; set; } =
[
new() { name = "Тимериховое", url = "https://timerix.ddns.net/minecraft/catalog.json" },
new() { name = "Mojang", url = "https://piston-meta.mojang.com/mc/game/version_manifest_v2.json" },
new() { name = "Тимериховое", url = "https://timerix.ddns.net/minecraft/catalog.json" }
];