feat: add MK8 and BotW mods with assets

This commit is contained in:
Tim Jochen Kicker
2026-02-23 18:48:49 +01:00
parent 05e47e1499
commit 339b126a50
17 changed files with 5 additions and 9 deletions

View File

@@ -1,13 +1,9 @@
{
"formatVersion": 1,
"name": "CupStore Template Repo",
"description": "Official template repository for CupStore. Fork this to host your own mods.",
"author": "your-name",
"version": "1",
"name": "Tim's Mod Repo",
"description": "A personal CupStore mod repository.",
"version": 1,
"games": [
{
"id": "mario-kart-8",
"path": "games/mario-kart-8/game.json"
}
"games/mario-kart-8/game.json",
"games/breath-of-the-wild/game.json"
]
}