Skip to content

Noxcrew/modpack-installer

Repository files navigation

Modpack Installer

Download and install Minecraft profiles in one click.

Originally made by @cubxity and @vini2003_dev.

Usage

You can try it out for yourself using our publicly-available profile.

We welcome others deploying instances to host their mod profiles.

  1. Fork this repository and download dependencies.
  2. Create your profile in src/profiles. An example file is provided, and type-checking is available using the Profile interface.
  3. Include your profiles in the PROFILES list at src/profiles.server.ts. Only profiles in this list are accessible.
  4. Use a local server (yarn dev) to test. Your profile will be available to install at http://localhost:3000/install/<key>.
  5. Deploy using your favourite hosting provider.

Contributions

We welcome the reporting of Issues and the creation of Pull Requests.