aboutsummaryrefslogtreecommitdiff
path: root/code-generator/README.md
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2022-05-07 23:38:16 +0000
committerGitHub <noreply@github.com>2022-05-07 23:38:16 +0000
commitd9e388d8b0d8b3bdcf7a2e21b0cd2daa78d295e7 (patch)
tree8165f83b45e06c17d9114f1672ac73f202ba4b68 /code-generator/README.md
parent71acb5b3363fe8a7a9ac09691de01d7342db3ad1 (diff)
parentf198bdf777d4c68b11e6aeabeb96b5035e1ec5e1 (diff)
downloadazalea-drasl-d9e388d8b0d8b3bdcf7a2e21b0cd2daa78d295e7.tar.xz
Merge pull request #5 from mat-1/code-gen
Code gen
Diffstat (limited to 'code-generator/README.md')
-rw-r--r--code-generator/README.md8
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..5b9a6139
--- /dev/null
+++ b/code-generator/README.md
@@ -0,0 +1,8 @@
+Tools for generating code.
+
+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\]`