add real test download url

This commit is contained in:
Tim Jochen Kicker
2026-02-21 15:01:49 +01:00
parent 3f75cff8ee
commit 72d79af391

View File

@@ -8,18 +8,18 @@
], ],
"mods": [ "mods": [
{ {
"id": "hd-ui-pack", "id": "dummydum-mod",
"name": "HD UI Pack", "name": "dummy mod for testing",
"type": "mod", "type": "mod",
"version": "1.0.0", "version": "1.0.0",
"author": "ExampleUser", "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", "thumbnail": "https://placehold.co/400x225/1a1a2e/ffffff?text=HD+UI+Pack",
"screenshots": [ "screenshots": [
"https://placehold.co/800x450/1a1a2e/ffffff?text=Screenshot+1", "https://placehold.co/800x450/1a1a2e/ffffff?text=Screenshot+1",
"https://placehold.co/800x450/16213e/ffffff?text=Screenshot+2" "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/" "modpack_path": "content/"
}, },
{ {