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.

View File

@@ -1,6 +1,7 @@
{
"title": "Six Suits",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["Content"],
"author": "Aure",
"repo":"https://github.com/Aurelius7309/SixSuits",

View File

@@ -1,6 +1,7 @@
{
"title": "Gemstones",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["Content"],
"author": "Halo / OfficialHalo",
"repo": "https://github.com/0fficialHalo/Gemstones",

View File

@@ -1,6 +1,7 @@
{
"title": "Pokermon",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["Content"],
"author": "InertSteak",
"repo":"https://github.com/InertSteak/Pokermon",

View File

@@ -1,6 +1,7 @@
{
"title": "Flower Pot",
"requires-steamodded": false,
"requires-talisman": false,
"categories": ["Technical"],
"author": "ItsFlowwey",
"repo":"https://github.com/GauntletGames-2086/Flower-Pot",

View File

@@ -1,6 +1,7 @@
{
"title": "CardSleeves",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["Content"],
"author": "Larswijn",
"repo": "https://github.com/larswijn/CardSleeves",

View File

@@ -1,6 +1,7 @@
{
"title": "Cryptid",
"requires-steamodded": true,
"requires-talisman": true,
"categories": ["Content"],
"author": "MathIsFun0",
"repo":"https://github.com/MathIsFun0/Cryptid",

View File

@@ -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",

View File

@@ -1,6 +1,7 @@
{
"title": "Buffoonery",
"requires-steamodded": true,
"requires-talisman": true,
"categories": ["Content"],
"author": "PinkMaggit",
"repo":"https://github.com/pinkmaggit-hub/Buffoonery",

View File

@@ -1,6 +1,7 @@
{
"title": "Steamodded",
"requires-steamodded": false,
"requires-talisman": false,
"categories": ["Technical"],
"author": "Steamodded",
"repo":"https://github.com/Steamodded/smods",

View File

@@ -1,6 +1,7 @@
{
"title": "Multiplayer",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["Content", "Technical", "Miscellaneous"],
"author": "Virtualized",
"repo": "https://github.com/V-rtualized/balatro-multiplayer",

View File

@@ -1,6 +1,7 @@
{
"title": "Too Many Jokers",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["Quality of Life"],
"author": "cg223",
"repo":"https://github.com/cg-223/toomanyjokers",

View File

@@ -9,6 +9,9 @@
"requires-steamodded": {
"type": "boolean"
},
"requires-talisman": {
"type": "boolean"
},
"categories": {
"type": "array",
"items": {