You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().