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.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"title": "Six Suits",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": ["Content"],
|
||||
"author": "Aure",
|
||||
"repo":"https://github.com/Aurelius7309/SixSuits",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"title": "Gemstones",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": ["Content"],
|
||||
"author": "Halo / OfficialHalo",
|
||||
"repo": "https://github.com/0fficialHalo/Gemstones",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"title": "Pokermon",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": ["Content"],
|
||||
"author": "InertSteak",
|
||||
"repo":"https://github.com/InertSteak/Pokermon",
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"title": "Flower Pot",
|
||||
"requires-steamodded": false,
|
||||
"requires-talisman": false,
|
||||
"categories": ["Technical"],
|
||||
"author": "ItsFlowwey",
|
||||
"repo":"https://github.com/GauntletGames-2086/Flower-Pot",
|
||||
"downloadURL": "https://github.com/GauntletGames-2086/Flower-Pot/archive/refs/heads/master.zip"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"title": "CardSleeves",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": ["Content"],
|
||||
"author": "Larswijn",
|
||||
"repo": "https://github.com/larswijn/CardSleeves",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"title": "Cryptid",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": true,
|
||||
"categories": ["Content"],
|
||||
"author": "MathIsFun0",
|
||||
"repo":"https://github.com/MathIsFun0/Cryptid",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"title": "Talisman",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": ["API", "Technical", "Quality of Life"],
|
||||
"author": "MathIsFun0",
|
||||
"repo":"https://github.com/MathIsFun0/Talisman",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"title": "Buffoonery",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": true,
|
||||
"categories": ["Content"],
|
||||
"author": "PinkMaggit",
|
||||
"repo":"https://github.com/pinkmaggit-hub/Buffoonery",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"title": "Steamodded",
|
||||
"requires-steamodded": false,
|
||||
"requires-talisman": false,
|
||||
"categories": ["Technical"],
|
||||
"author": "Steamodded",
|
||||
"repo":"https://github.com/Steamodded/smods",
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"title": "Multiplayer",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": ["Content", "Technical", "Miscellaneous"],
|
||||
"author": "Virtualized",
|
||||
"repo": "https://github.com/V-rtualized/balatro-multiplayer",
|
||||
"downloadURL": "https://github.com/V-rtualized/balatro-multiplayer/archive/refs/heads/main.zip"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"title": "Too Many Jokers",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": ["Quality of Life"],
|
||||
"author": "cg223",
|
||||
"repo":"https://github.com/cg-223/toomanyjokers",
|
||||
"downloadURL": "https://github.com/cg-223/toomanyjokers/archive/refs/heads/main.zip"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
"requires-steamodded": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"requires-talisman": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"categories": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user