Import author/version metadata from CurseForge packs

This commit is contained in:
comp500
2022-02-10 16:32:55 +00:00
parent f41235b04c
commit 226a376be9
4 changed files with 21 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ type ImportPackFile interface {
type ImportPackMetadata interface {
Name() string
PackAuthor() string
PackVersion() string
Versions() map[string]string
Mods() []AddonFileReference
GetFiles() ([]ImportPackFile, error)