1
0
this mod used a release tag (with no extra assets) and originally had
`automatic-verison-check: true`, although auto updates for tags weren't
implemented, so this field was set to `false` by index maintainers. now
that this is supported im making this patch to restore
`automatic-version-check`
This commit is contained in:
Breezebuilder
2025-04-23 07:03:33 +10:00
committed by GitHub

View File

@@ -9,6 +9,6 @@
"author": "Starlet Devil",
"repo": "https://github.com/AstrumNativus/AzzysJokers",
"downloadURL": "https://github.com/AstrumNativus/AzzysJokers/archive/refs/tags/v1.2.2.zip",
"automatic-version-check": false,
"automatic-version-check": true,
"version": "v1.2.2"
}