diff --git a/README.md b/README.md index 9b6b81b6..59ebff2d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/mods/Aure@SixSuits/meta.json b/mods/Aure@SixSuits/meta.json index f3c8f65e..b5f65e60 100644 --- a/mods/Aure@SixSuits/meta.json +++ b/mods/Aure@SixSuits/meta.json @@ -1,6 +1,7 @@ { "title": "Six Suits", "requires-steamodded": true, + "requires-talisman": false, "categories": ["Content"], "author": "Aure", "repo":"https://github.com/Aurelius7309/SixSuits", diff --git a/mods/Halo@Gemstones/meta.json b/mods/Halo@Gemstones/meta.json index 36764d0b..1afc2b0b 100644 --- a/mods/Halo@Gemstones/meta.json +++ b/mods/Halo@Gemstones/meta.json @@ -1,6 +1,7 @@ { "title": "Gemstones", "requires-steamodded": true, + "requires-talisman": false, "categories": ["Content"], "author": "Halo / OfficialHalo", "repo": "https://github.com/0fficialHalo/Gemstones", diff --git a/mods/InertSteak@Pokermon/meta.json b/mods/InertSteak@Pokermon/meta.json index 324e9132..4be0d46c 100644 --- a/mods/InertSteak@Pokermon/meta.json +++ b/mods/InertSteak@Pokermon/meta.json @@ -1,6 +1,7 @@ { "title": "Pokermon", "requires-steamodded": true, + "requires-talisman": false, "categories": ["Content"], "author": "InertSteak", "repo":"https://github.com/InertSteak/Pokermon", diff --git a/mods/ItsFlowwey@FlowerPot/meta.json b/mods/ItsFlowwey@FlowerPot/meta.json index 9616b123..275a8a85 100644 --- a/mods/ItsFlowwey@FlowerPot/meta.json +++ b/mods/ItsFlowwey@FlowerPot/meta.json @@ -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" -} \ No newline at end of file +} diff --git a/mods/Larswijn@CardSleeves/meta.json b/mods/Larswijn@CardSleeves/meta.json index 8aa99c90..099a1a4e 100644 --- a/mods/Larswijn@CardSleeves/meta.json +++ b/mods/Larswijn@CardSleeves/meta.json @@ -1,6 +1,7 @@ { "title": "CardSleeves", "requires-steamodded": true, + "requires-talisman": false, "categories": ["Content"], "author": "Larswijn", "repo": "https://github.com/larswijn/CardSleeves", diff --git a/mods/MathIsFun0@Cryptid/meta.json b/mods/MathIsFun0@Cryptid/meta.json index cab317f1..886ce022 100644 --- a/mods/MathIsFun0@Cryptid/meta.json +++ b/mods/MathIsFun0@Cryptid/meta.json @@ -1,6 +1,7 @@ { "title": "Cryptid", "requires-steamodded": true, + "requires-talisman": true, "categories": ["Content"], "author": "MathIsFun0", "repo":"https://github.com/MathIsFun0/Cryptid", diff --git a/mods/MathIsFun0@Talisman/meta.json b/mods/MathIsFun0@Talisman/meta.json index df76595c..25d67289 100644 --- a/mods/MathIsFun0@Talisman/meta.json +++ b/mods/MathIsFun0@Talisman/meta.json @@ -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", diff --git a/mods/PinkMaggit@Buffoonery/meta.json b/mods/PinkMaggit@Buffoonery/meta.json index 91b0c9e6..0de813d6 100644 --- a/mods/PinkMaggit@Buffoonery/meta.json +++ b/mods/PinkMaggit@Buffoonery/meta.json @@ -1,6 +1,7 @@ { "title": "Buffoonery", "requires-steamodded": true, + "requires-talisman": true, "categories": ["Content"], "author": "PinkMaggit", "repo":"https://github.com/pinkmaggit-hub/Buffoonery", diff --git a/mods/Steamodded@smods/meta.json b/mods/Steamodded@smods/meta.json index bd7f9974..e18ec30e 100644 --- a/mods/Steamodded@smods/meta.json +++ b/mods/Steamodded@smods/meta.json @@ -1,6 +1,7 @@ { "title": "Steamodded", "requires-steamodded": false, + "requires-talisman": false, "categories": ["Technical"], "author": "Steamodded", "repo":"https://github.com/Steamodded/smods", diff --git a/mods/Virtualized@Multiplayer/meta.json b/mods/Virtualized@Multiplayer/meta.json index 2a1b7b7b..18086cc3 100644 --- a/mods/Virtualized@Multiplayer/meta.json +++ b/mods/Virtualized@Multiplayer/meta.json @@ -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" -} \ No newline at end of file +} diff --git a/mods/cg223@TooManyJokers/meta.json b/mods/cg223@TooManyJokers/meta.json index 6b23e01b..b546230e 100644 --- a/mods/cg223@TooManyJokers/meta.json +++ b/mods/cg223@TooManyJokers/meta.json @@ -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" -} \ No newline at end of file +} diff --git a/schema/meta.schema.json b/schema/meta.schema.json index e7689278..e033fca8 100644 --- a/schema/meta.schema.json +++ b/schema/meta.schema.json @@ -9,6 +9,9 @@ "requires-steamodded": { "type": "boolean" }, + "requires-talisman": { + "type": "boolean" + }, "categories": { "type": "array", "items": {