RemoteCatalog order changed
This commit is contained in:
parent
7882bb9bfd
commit
228b3bc55f
@ -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" }
|
||||
];
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user