Prism Launcher fork with support for alternative auth servers
Go to file
2025-04-06 17:46:05 -05:00
.github Update .github/workflows/build.yml 2025-02-25 22:25:18 -06:00
buildconfig Use api.feed-the-beast.com, not modpacks.ch 2025-02-25 22:25:17 -06:00
cmake Merge remote-tracking branch 'prismlauncher/release-9.x' into develop 2025-01-12 12:46:48 -06:00
doc Add doc/alternative-auth-servers.md 2024-05-14 23:03:20 -04:00
flatpak Merge remote-tracking branch 'prismlauncher/release-9.x' into develop 2025-01-12 12:46:48 -06:00
launcher Show CurseForge in new instance dialog even if no API key 2025-04-06 17:46:05 -05:00
libraries legacy: rewrite http://session.minecraft.net/game/joinserver.jsp 2025-04-06 17:46:05 -05:00
nix Not yet in nixpkgs 2025-01-12 12:43:54 -06:00
program_info Update copyright dates to 2025 2025-02-25 22:32:05 -06:00
tests Merge remote-tracking branch 'prismlauncher/release-9.x' into develop 2025-01-12 12:46:48 -06:00
.clang-format Make more options generic 2023-08-02 18:35:08 +02:00
.clang-tidy Remove top-level const qualifiers in function declarations 2023-10-28 22:12:09 -07:00
.editorconfig Use slash_star comment style in .editorconfig 2023-05-28 19:57:08 +02:00
.envrc fix(nix): reload direnv if parts change 2023-08-23 13:47:04 +02:00
.git-blame-ignore-revs chore: add nix reformat to .git-blame-ignore-revs 2024-09-30 16:25:58 -04:00
.gitattributes NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests. 2016-05-01 00:02:15 +02:00
.gitignore Clean up some lingering differences from upstream 2024-10-26 17:52:25 -04:00
.gitmodules Update Flatpak manifest 2023-07-17 22:38:12 -05:00
.markdownlint.yaml Update .markdownlint.yaml 2024-10-30 05:46:43 +05:30
.markdownlintignore feat(markdown): Add markdownlint config 2022-08-06 13:00:57 +05:30
CMakeLists.txt Bump to 1.6 2025-02-26 01:27:51 -06:00
CODE_OF_CONDUCT.md refactor: initial rebrand 2022-10-18 09:37:59 +02:00
CONTRIBUTING.md chore(docs): correct markdownlint warnings 2023-07-26 14:49:09 -04:00
COPYING.md Update copyright dates to 2025 2025-02-25 22:32:05 -06:00
default.nix style(nix): format with nixfmt 2024-08-21 03:49:36 -04:00
flake.lock chore(nix): update lockfile 2025-02-23 01:19:53 +00:00
flake.nix chore(nix): nixfmt 2025-01-12 12:43:41 -06:00
LICENSE add LICENSE file explicitly 2022-01-08 10:32:30 -05:00
README.md Update README.md 2025-03-04 23:12:53 -06:00
renovate.json Revert "chore(deps): enable nix lockfile maintenance for renovate" 2023-08-28 10:14:21 +02:00

ShatteredPrism

Shattered Prism is a custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once.

This is a fork of FjordLauncher and is not endorsed by it or Prism.

Why does this exist?

This project was originally a direct fork of upstream Prism, but spent most of it's time as a small group-oriented continuation of fn2006's PollyMC, except with continued support for Microsoft authentication and being without branding that would get it confused for a uh... similarly named project. Luckily though, @evan-goode eventually created Fjord and this project has been based upon it ever since!

Differences from PrismLauncher

Installation

  • Downloads can be found on the GitHub Releases.
  • Last build status can be found in the GitHub Actions tab (this also includes the pull requests status).

Community & Support

Feel free to create a GitHub issue if you find a bug or want to suggest something.

For any other project-related inquiries, reach me at either my Bluesky or Twitter.

Do not ask for support on any of the official PrismLauncher channels, please refer to the FjordLauncher ones only if the issue is shared between these two projects.

License https://github.com/PrismLauncher/PrismLauncher/blob/develop/LICENSE

All launcher code is available under the GPL-3.0-only license.

The logo and related assets are under the CC BY-NC-SA 4.0 license.

Building

To build the launcher yourself, follow the instructions on the Prism Launcher website, but clone this repo instead:

Notes

  • You can easily use a custom version of authlib-injector on an instance. Select the instance in the main window, click "Edit" (or Ctrl+I/Command+I), go to the Version tab, click "Add Agents", and select your authlib-injector JAR. If your JAR is not correctly identified as authlib-injector, make sure the Agent-Class field in the JAR's MANIFEST.MF is moe.yushi.authlibinjector.Premain.