added talisman
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user