diff options
| author | mat <github@matdoes.dev> | 2022-05-07 18:34:13 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-07 18:34:13 -0500 |
| commit | dd770cf41ab184e1309b9ab33017a1c7affc7fbe (patch) | |
| tree | 97c814782d380ee55f5eb2363b544fea3cf7d5a9 | |
| parent | 769915253654220f092419b839f99162091bb0dc (diff) | |
| download | azalea-drasl-dd770cf41ab184e1309b9ab33017a1c7affc7fbe.tar.xz | |
Update README.md
| -rw-r--r-- | data-code-generator/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data-code-generator/README.md b/data-code-generator/README.md index 294242c9..5b9a6139 100644 --- a/data-code-generator/README.md +++ b/data-code-generator/README.md @@ -1,7 +1,8 @@ -Generate code for reading/writing packets from [Burger](https://github.com/pokechu22/Burger). The only dependency is `requests`. +Tools for generating code. The directory name doesn't start with `azalea-` because it's not a Rust crate. ## Usage -`python main.py [packet id] [clientbound or serverbound] \[game/handshake/login/status\]`
\ No newline at end of file +Generate packet:\ +`python main.py [packet id] [clientbound or serverbound] \[game/handshake/login/status\]` |
