mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 21:16:30 +02:00
Support Quilt in CurseForge pack export (fixes #252)
This commit is contained in:
parent
66e9e1de78
commit
b451a9b034
@ -93,6 +93,11 @@ func WriteManifestFromPack(pack core.Pack, fileRefs []AddonFileReference, projec
|
|||||||
ID: "forge-" + forgeVersion,
|
ID: "forge-" + forgeVersion,
|
||||||
Primary: true,
|
Primary: true,
|
||||||
})
|
})
|
||||||
|
} else if quiltVersion, ok := pack.Versions["quilt"]; ok {
|
||||||
|
modLoaders = append(modLoaders, modLoaderDef{
|
||||||
|
ID: "quilt-" + quiltVersion,
|
||||||
|
Primary: true,
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
manifest := cursePackMeta{
|
manifest := cursePackMeta{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user