my version catalog
This commit is contained in:
parent
372fa5eda2
commit
e24ee815bc
@ -22,7 +22,8 @@ public record Config
|
|||||||
public int max_parallel_downloads { get; set; } = 16;
|
public int max_parallel_downloads { get; set; } = 16;
|
||||||
public VersionCatalogProps[] version_catalogs { get; set; } =
|
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" }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user