Add description field for Modrinth exports

This commit is contained in:
comp500
2021-12-28 22:29:35 +00:00
parent 60c08b93f3
commit ce49820ef5
3 changed files with 14 additions and 13 deletions

View File

@@ -165,6 +165,7 @@ var exportCmd = &cobra.Command{
Game: "minecraft",
VersionID: pack.Version,
Name: pack.Name,
Summary: pack.Description,
Files: manifestFiles,
Dependencies: dependencies,
}