Files
FishPogPixelmon/README.md
2023-06-22 17:01:04 -04:00

29 lines
692 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.ps1 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
```
## exporting the modpack client
```bash
python tooling.py --client
```