mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-17 02:55:10 +01:00
wiki: add instruction to install script requirements
This commit is contained in:
@@ -93,6 +93,10 @@ You can get it on any modern operating system.
|
|||||||
Now that you have python installed, head back into the BetterLeavesLite directory.
|
Now that you have python installed, head back into the BetterLeavesLite directory.
|
||||||
Here, you should now open a terminal window and run
|
Here, you should now open a terminal window and run
|
||||||
```bash
|
```bash
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
To build the pack, execute the script using the following command:
|
||||||
|
```bash
|
||||||
python3 gen_pack.py 1.0 Your Edition
|
python3 gen_pack.py 1.0 Your Edition
|
||||||
```
|
```
|
||||||
Replace "1.0" with your desired version number and "Your Edition" with the name you'd like to appear in the resourcepack description ingame.
|
Replace "1.0" with your desired version number and "Your Edition" with the name you'd like to appear in the resourcepack description ingame.
|
||||||
|
|||||||
Reference in New Issue
Block a user