1
0

Update meta.json to require Talisman and change download URL

This commit is contained in:
ItsaMicrowave
2025-11-02 00:46:09 +08:00
committed by GitHub
parent ba94feb61d
commit 6984884fc2

View File

@@ -1,13 +1,13 @@
{
"title": "Horizon Mod",
"requires-steamodded": true,
"requires-talisman": false,
"requires-talisman": true,
"categories": [
"Joker"
"Content"
],
"author": "Microwave",
"repo": "https://github.com/ItsaMicrowave/Horizon-Mod",
"downloadURL": "https://github.com/ItsaMicrowave/Horizon-Mod/archive/refs/tags/v1.zip",
"downloadURL": "https://github.com/ItsaMicrowave/Horizon-Mod/releases/latest",
"automatic-version-check": true,
"version": "v1"
}