1
0

Mark requires-talisman as a required parameter in schema and docs

Balatro Mod Manager appears to reject mods without this parameter, so should be required for the sake of compatibility with all versions of BMM
This commit is contained in:
Breezebuilder
2025-03-15 05:56:19 +11:00
parent c2fdf05f82
commit 4b0d018cb6
2 changed files with 3 additions and 3 deletions

View File

@@ -43,6 +43,6 @@
"type": "boolean"
}
},
"required": ["title", "requires-steamodded", "categories", "author", "repo", "downloadURL"]
"required": ["title", "requires-steamodded", "requires-talisman", "categories", "author", "repo", "downloadURL"]
}