Download and install Minecraft profiles in one click.
Originally made by @cubxity and @vini2003_dev.
Due to a change in Chromium this installer is no longer functional and will no longer receive updates. All Chromium based browsers now block making edits to user directories so the site can no longer access the .minecraft
folder. This project has been superseded by Launchy which is our new approach to shipping modpacks.
You can try it out for yourself using our publicly-available profile.
We welcome others deploying instances to host their mod profiles.
- Fork this repository and download dependencies.
- Create your profile in
src/profiles
. An example file is provided, and type-checking is available using theProfile
interface. - Include your profiles in the
PROFILES
list atsrc/profiles.server.ts
. Only profiles in this list are accessible. - Use a local server (
yarn dev
) to test. Your profile will be available to install athttp://localhost:3000/install/<key>
. - Deploy using your favourite hosting provider.
We welcome the reporting of Issues and the creation of Pull Requests.