new extras system

This commit is contained in:
2025-12-19 14:07:59 +01:00
parent 32c4065940
commit 5947f81307
5 changed files with 6 additions and 94 deletions

View File

@@ -9,9 +9,7 @@ public class ModpackConfig
public string? Name { get; set; }
public string? UpdateUrl { get; set; }
public string? InstallUrl { get; set; }
public string? UnleashApiUrl { get; set; }
public string? UnleashInstanceId { get; set; }
public bool PreferDirectLinks { get; set; }
public List<string> ExtrasKeys { get; } = [];
public string? MinecraftVersion { get; set; }
public string? RefTag { get; set; }