diff options
| author | mat <github@matdoes.dev> | 2022-05-08 18:55:49 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-08 18:55:49 -0500 |
| commit | ac392542ce223639c8615035a0be050fff12030a (patch) | |
| tree | 460f8019c2a7aeada10a714f624002ef53007be2 /code-generator/README.md | |
| parent | e0239865659b2f2750edda7556548f6a2b8d4127 (diff) | |
| parent | d783a0295b11c32f1b5425cab2461f9297f7f8fa (diff) | |
| download | azalea-drasl-ac392542ce223639c8615035a0be050fff12030a.tar.xz | |
Merge branch 'main' into chunk-decoding
Diffstat (limited to 'code-generator/README.md')
| -rw-r--r-- | code-generator/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/code-generator/README.md b/code-generator/README.md new file mode 100644 index 00000000..a6c60c47 --- /dev/null +++ b/code-generator/README.md @@ -0,0 +1,8 @@ +Tools for automatically generating code to help with updating Minecraft versions. + +The directory name doesn't start with `azalea-` because it's not a Rust crate. + +## Usage + +Generate packet:\ +`python main.py [packet id] [clientbound or serverbound] \[game/handshake/login/status\]` |
