add support for {ref} placeholder

This commit is contained in:
2025-04-21 20:43:09 +02:00
parent 986257c0a4
commit 96cd9bcaac
3 changed files with 17 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ public class ModpackConfig
public string UnleashInstanceId { get; set; }
public bool PreferDirectLinks { get; set; }
public string MinecraftVersion { get; set; }
public string RefTag { get; set; }
[JsonConverter(typeof(StringEnumConverter))]
public ModLoader ModLoader { get; set; }