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
Requirements:
- clone this repository
- open terminal and cd yourself to cloned repository
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)
Requirements:
- packwiz
- packwiz-installer-bootstrapper
- java/jdk/jre
- download
packwiz-installer-bootstrapperand put it where your .minecraft install should be - clone this repository
- open terminal and cd yourself to cloned repository
packwiz serve- open another terminal and cd yourself to where you put
packwiz-installer-bootstrapper java -jar packwiz-installer-bootstrap.jar -s client http://localhost:8080/pack.toml- 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
Requirements:
- packwiz
- packwiz-installer-bootstrapper
- java/jdk/jre
- download
packwiz-installer-bootstrapperand put it where your server - clone this repository
- open terminal and cd yourself to cloned repository
packwiz serve- open another terminal and cd yourself to the server
java -jar packwiz-installer-bootstrap.jar -g -s server http://localhost:8080/pack.toml- watch the terminal to see what mods are missing, then download said mods and put it in your server's
modsfolder
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