diff options
| author | mat <git@matdoes.dev> | 2024-05-01 05:17:50 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-05-01 05:19:54 +0000 |
| commit | 893f837b68940b1a7483cac37575cc3b5e60da35 (patch) | |
| tree | bc926ef85cf1adaae35e21cdf2384a02ea735def | |
| parent | 8e2e81651ce8a9ed93d11e2970dc37de58b0310f (diff) | |
| download | azalea-drasl-893f837b68940b1a7483cac37575cc3b5e60da35.tar.xz | |
extremely complicated update to 1.20.6
| -rwxr-xr-x | README.md | 2 | ||||
| -rwxr-xr-x | codegen/.gitignore | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,7 @@ A collection of Rust crates for making Minecraft bots, clients, and tools. <!-- The line below is automatically read and updated by the migrate script, so don't change it manually. --> -_Currently supported Minecraft version: `1.20.5`._ +_Currently supported Minecraft version: `1.20.6`._ > [!WARNING] > Azalea is still very unfinished, though most crates are in a somewhat useable state diff --git a/codegen/.gitignore b/codegen/.gitignore index ee2504d7..77bd5fb3 100755 --- a/codegen/.gitignore +++ b/codegen/.gitignore @@ -3,3 +3,4 @@ __pycache__ downloads __cache__ +venv |
