From 72d79af391509aa9099b8418d5762031a3d30254 Mon Sep 17 00:00:00 2001 From: Tim Jochen Kicker Date: Sat, 21 Feb 2026 15:01:49 +0100 Subject: [PATCH] add real test download url --- games/mario-kart-8/game.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games/mario-kart-8/game.json b/games/mario-kart-8/game.json index 0b84eec..0f7ad97 100644 --- a/games/mario-kart-8/game.json +++ b/games/mario-kart-8/game.json @@ -8,18 +8,18 @@ ], "mods": [ { - "id": "hd-ui-pack", - "name": "HD UI Pack", + "id": "dummydum-mod", + "name": "dummy mod for testing", "type": "mod", "version": "1.0.0", "author": "ExampleUser", - "description": "Replaces the default UI textures with high-resolution alternatives. Includes improved fonts, icons, and menu backgrounds.", + "description": "Yeaaah this does some pretty crazy stuff yeaa", "thumbnail": "https://placehold.co/400x225/1a1a2e/ffffff?text=HD+UI+Pack", "screenshots": [ "https://placehold.co/800x450/1a1a2e/ffffff?text=Screenshot+1", "https://placehold.co/800x450/16213e/ffffff?text=Screenshot+2" ], - "download": "https://example.com/mods/hd-ui-pack.zip", + "download": "https://github.com/timkicker/modmanager-repo-template/releases/download/dummy-testing/dummy-mod-mk8.zip", "modpack_path": "content/" }, {