my version catalog

This commit is contained in:
Timerix 2024-12-28 00:26:38 +05:00
parent 372fa5eda2
commit e24ee815bc

View File

@ -22,7 +22,8 @@ public record Config
public int max_parallel_downloads { get; set; } = 16;
public VersionCatalogProps[] version_catalogs { get; set; } =
[
new() { name = "Mojang", url = "https://piston-meta.mojang.com/mc/game/version_manifest_v2.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" }
];