desktop shortcut
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user