desktop shortcut

This commit is contained in:
Joey Eamigh
2023-06-22 17:01:04 -04:00
parent d9b87f40ef
commit 315746073d
5 changed files with 26 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ This is the repo for FishPog Pixelmon, and a bit of experimental tooling to make
git clone https://git.233hfd.com/joey/FishPogPixelmon.git
cd FishPogPixelmon
source ./venv.sh # or just venv.bat on windows
source ./venv.sh # or just venv.ps1 on windows
python tooling.py --setup
```
@@ -21,4 +21,8 @@ now, pax will be installed, which will allow you to edit the modpack. refer to t
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.
## exporting the modpack client
```bash
python tooling.py --client
```