Skip to content

feat: Add author field to RunConfig #313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Xikaro
Copy link

@Xikaro Xikaro commented May 21, 2025

Changes:

  • Add packAuthor field to RunConfig

Copy link
Member

@brachy84 brachy84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert the other changes in runConfig

@Xikaro Xikaro requested a review from brachy84 May 21, 2025 15:00
@@ -1,6 +1,7 @@
{
"packName": "GroovyScript Dev",
"packId": "groovyscriptdev",
"author": "GroovyScript, Dev, Author",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be an array - ["GroovyScript", "Dev", "Author"]

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I would like to see it as a regular string, and then inside it is parsed as needed for modMetadata, like the curseforge manifest, pakku
Screenshot_633

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thats CurseForge's format - for mods, in the mcmod.info the relevant element is authorList, an array. this is creating a mod, and so it should be an array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants