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
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
python tooling.py --export
exporting the modpack client
python tooling.py --client
Description