mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-04 14:49:07 +02:00
resource: extract.py: pass directory of unpacked Minecraft JAR, not full path to assets
Make the script easier to use, and more consistent with sign_textures.py.
This commit is contained in:
parent
05d8faeb5c
commit
e18761a3e4
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ with MinedMap's resource metadata.
|
|||
5. Edit `blocks.json` until the following command passes without errors:
|
||||
|
||||
```sh
|
||||
./extract.py blocks.json data/new/assets/minecraft/textures/block colors.json
|
||||
./extract.py blocks.json data/new colors.json
|
||||
```
|
||||
|
||||
If possible, the top texture of blocks should be used where different sides
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue