Skip to content

Conversation

@l79627550-dot
Copy link

  • The mod id starts with the same id as the author folder (ie: "com.example.ExampleModName")
  • The harmony id matches the mod id if Harmony is used. (ie "Harmony harmony = new("com.example.ExampleModName"))
  • All used links are valid
  • Your ResoniteMod.Version must match the version being added in the manifest and follow Semantic Versioning
  • Your AssemblyVersion and AssemblyFileVersion match the mod version above
  • You have included an accurate sha256 hash for each artifact
  • Do not remove old mods. Instead, use the deprecated flag
  • Follow the Resonite Policies and Guidelines and Mod Submission Guidelines

If you are unsure on any of these steps, read the Mod Submission page on the wiki for more information or ask in discord.

@XDelta XDelta added the Mod Author PR Manifest additon made for your own mod(s) label Nov 14, 2025
@@ -0,0 +1,7 @@
{
"author": {
"ExampleAuthor": {
Copy link
Member

Choose a reason for hiding this comment

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

Set your desired author name, presumably "Nexis" based on the id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Mod Author PR Manifest additon made for your own mod(s)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants