Prism Launcher fork with support for alternative auth servers
Go to file
2024-10-29 03:33:17 -05:00
.github fix typo preventing linux builds 2024-10-29 03:30:29 -05:00
buildconfig Clean up some lingering differences from upstream 2024-10-26 17:52:25 -04:00
cmake Change a few occurrences of "prism" to "fjord" 2024-10-26 16:45:14 -04:00
doc Add doc/alternative-auth-servers.md 2024-05-14 23:03:20 -04:00
flatpak Adjust branding to that of ShatteredPrism 2024-10-29 03:29:24 -05:00
launcher Adjust branding to that of ShatteredPrism 2024-10-29 03:29:24 -05:00
libraries Clean up some lingering differences from upstream 2024-10-26 17:52:25 -04:00
nix Clean up some lingering differences from upstream 2024-10-26 17:52:25 -04:00
program_info correct copyright and license 2024-10-29 03:33:17 -05:00
tests Fix build? 2024-10-26 16:12:01 -04: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 feat(markdown): Add markdownlint config 2022-08-06 13:00:57 +05:30
.markdownlintignore feat(markdown): Add markdownlint config 2022-08-06 13:00:57 +05:30
CMakeLists.txt Adjust branding to that of ShatteredPrism 2024-10-29 03:29:24 -05: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 correct copyright and license 2024-10-29 03:33:17 -05:00
default.nix style(nix): format with nixfmt 2024-08-21 03:49:36 -04:00
flake.lock chore(nix): update lockfile 2024-10-20 00:25:22 +00:00
flake.nix Fix build? 2024-10-26 16:12:01 -04:00
LICENSE add LICENSE file explicitly 2022-01-08 10:32:30 -05:00
README.md Update README.md 2024-10-29 03:33:17 -05:00
renovate.json Revert "chore(deps): enable nix lockfile maintenance for renovate" 2023-08-28 10:14:21 +02:00

ShatteredPrism

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

This is a fork of PrismLauncher and is not endorsed by it.

Why does this exist?

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, it is currently the only way to contact anyone regarding this project.

Do not ask for support on any of the official PrismLauncher channels as they cannot be held responsible for any issues caused by the changes made.

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.