1
0

added talisman

This commit is contained in:
Ö. Efe D.
2025-01-22 21:16:08 +01:00
parent a39f6bef88
commit 1924daeefe
13 changed files with 21 additions and 5 deletions

View File

@@ -31,15 +31,17 @@ This file stores essential metadata in JSON format. **Make sure you adhere to th
{
"title": "Extended Cards",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["Content"],
"author": "Joe Mama",
"repo": "https://github.com/joemama/extended-cards",
"downloadURL": "https://github.com/joemama/extended-cards/releases/latest/extended-cards.tar.gz"
}
```
```
- **title**: The name of your mod.
- **requires-steamodded**: If your mod requires the Steamodded mod loader, set this to `true`.
- **requires-steamodded**: If your mod requires the [Steamodded](https://github.com/Steamodded/smods) mod loader, set this to `true`.
- **requires-talisman**: If your mod requires the [Talisman](https://github.com/MathIsFun0/Talisman) mod, set this to `true`.
- **categories**: Must be of `Content`, `Joker`, `Quality of Life`, `Technical`, `Miscellaneous`, `Resource Packs` or `API`.
- **author**: Your chosen username or handle.
- **repo**: A link to your mod's repository.