fix: correct repo schema, add BotW game, replace template mods

This commit is contained in:
Tim Jochen Kicker
2026-02-23 19:12:31 +01:00
parent 339b126a50
commit 91def20e61
3 changed files with 93 additions and 82 deletions

View File

@@ -1,9 +1,9 @@
{
"formatVersion": 1,
"name": "Tim's Mod Repo",
"description": "A personal CupStore mod repository.",
"version": 1,
"games": [
"games/mario-kart-8/game.json",
"games/breath-of-the-wild/game.json"
{ "path": "games/mario-kart-8/game.json" },
{ "path": "games/breath-of-the-wild/game.json" }
]
}