Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Repository files navigation

spectsmodpack

This is for both client and server

check credits.md to view the credits

it is still pretty good idea to read through the commit in each changes and debate them in the comment

Deploying on client

There are 2 ways of deploying on client

Zipped curseforge modpack

Requirements:

  1. clone this repository
  2. open terminal and cd yourself to cloned repository
  3. packwiz cf export

it should create a zip in your cloned repo folder, then you can use the zip either drag and drop (multimc, prism launcher) or create new custom profile (curseforge launcher)

packwiz installer

Requirements:

  1. download packwiz-installer-bootstrapper and put it where your .minecraft install should be
  2. clone this repository
  3. open terminal and cd yourself to cloned repository
  4. packwiz serve
  5. open another terminal and cd yourself to where you put packwiz-installer-bootstrapper
  6. java -jar packwiz-installer-bootstrap.jar -s client http://localhost:8080/pack.toml
  7. watch the terminal to see what mods are missing, then download said mods and put it in your .minecraft/mods

this should download all the mods and ready to launch

Deploying on server

Requirements:

  1. download packwiz-installer-bootstrapper and put it where your server
  2. clone this repository
  3. open terminal and cd yourself to cloned repository
  4. packwiz serve
  5. open another terminal and cd yourself to the server
  6. java -jar packwiz-installer-bootstrap.jar -g -s server http://localhost:8080/pack.toml
  7. watch the terminal to see what mods are missing, then download said mods and put it in your server's mods folder

this should download all the mods and ready to launch the server if you already installed forge server on the same folder

though if you want more info on packwiz, see here

About

1.19.2 packwiz files for the modpack, deployment instruction will be made at a later date

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors