Skip to content

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 18 Apr 21:30
· 37 commits to main since this release

Fixed

  • Hidden modpacks (not marked private) were returning 404 on direct API access, causing the Technic Launcher to show them as "Offline". Restored the documented behavior: hidden packs are omitted from /api/modpack listing but remain fetchable by slug via /api/modpack/{slug} and /api/modpack/{slug}/{version} without a cid. Regression introduced in the API refactor that consolidated access checks behind Modpack::isAccessibleBy().