25 lines
838 B
Markdown
25 lines
838 B
Markdown
# FishPog Pixelmon
|
|
|
|
This is the repo for FishPog Pixelmon, and a bit of experimental tooling to make my life easier in designing, updating, and getting non-technical people to be able to easily install the modpack, all without having to use curseforge.
|
|
|
|
## Building the modpack
|
|
|
|
```bash
|
|
git clone https://git.233hfd.com/joey/FishPogPixelmon.git
|
|
cd FishPogPixelmon
|
|
|
|
source ./venv.sh # or just venv.bat on windows
|
|
|
|
python tooling.py --setup
|
|
```
|
|
|
|
now, pax will be installed, which will allow you to edit the modpack. refer to the pax github for more info.
|
|
|
|
## exporting the modpack
|
|
|
|
```bash
|
|
python tooling.py --export
|
|
```
|
|
|
|
this command will package up the pack with pax, then bundle some scripts with it that allows for auto-updating and automatically downloading the mods from curseforge, rather than having to distribute a large zip file.
|