mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
resource/README.md: update for Rust implementation
This commit is contained in:
parent
2a92eefd09
commit
0542f2ea11
1 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,7 @@ work.
|
|||
of two different versions
|
||||
- `extract.py`: Takes the block type information from `blocks.json` and texture data
|
||||
from an unpacked Minecraft JAR, storing the result in `colors.json`
|
||||
- `generate.py`: Generates `BlockType.inc.cpp` from `colors.json`
|
||||
- `generate.py`: Generates `block_types.rs` from `colors.json`
|
||||
|
||||
In addition to these scripts, the JSON processor *jq* is a useful tool to work
|
||||
with MinedMap's resource metadata.
|
||||
|
@ -63,7 +63,8 @@ with MinedMap's resource metadata.
|
|||
7. Update the source code with the new block colors:
|
||||
|
||||
```sh
|
||||
./generate.py colors.json ../src/Resource/BlockType.inc.cpp
|
||||
./generate.py colors.json ../src/resource/block_types.rs
|
||||
cargo fmt
|
||||
```
|
||||
|
||||
After the update, the new version should be tested with old savegames (both
|
||||
|
|
Loading…
Add table
Reference in a new issue