1
0

changed category -> categories but for mods

This commit is contained in:
Ö. Efe D.
2025-01-02 02:44:35 +01:00
parent 7d39fe1fde
commit ada3718285
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
{ {
"title": "Six Suits", "title": "Six Suits",
"requires-steamodded": true, "requires-steamodded": true,
"category": "Content", "categories": ["Content"],
"author": "Aure", "author": "Aure",
"repo":"https://github.com/Aurelius7309/SixSuits", "repo":"https://github.com/Aurelius7309/SixSuits",
"downloadURL": "https://github.com/Aurelius7309/SixSuits/archive/refs/heads/master.zip" "downloadURL": "https://github.com/Aurelius7309/SixSuits/archive/refs/heads/master.zip"
} }

View File

@@ -1,7 +1,7 @@
{ {
"title": "Pokermon", "title": "Pokermon",
"requires-steamodded": true, "requires-steamodded": true,
"category": ["Content"], "categories": ["Content"],
"author": "InertSteak", "author": "InertSteak",
"repo":"https://github.com/InertSteak/Pokermon", "repo":"https://github.com/InertSteak/Pokermon",
"downloadURL": "https://github.com/InertSteak/Pokermon/archive/refs/tags/2.1.0b.tar.gz" "downloadURL": "https://github.com/InertSteak/Pokermon/archive/refs/tags/2.1.0b.tar.gz"

View File

@@ -1,8 +1,8 @@
{ {
"title": "CardSleeves", "title": "CardSleeves",
"requires-steamodded": true, "requires-steamodded": true,
"category": "Content", "categories": ["Content"],
"author": "Larswijn", "author": "Larswijn",
"repo": "https://github.com/larswijn/CardSleeves", "repo": "https://github.com/larswijn/CardSleeves",
"downloadURL": "https://github.com/larswijn/CardSleeves/archive/refs/heads/master.zip" "downloadURL": "https://github.com/larswijn/CardSleeves/archive/refs/heads/master.zip"
} }