diff options
| -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 |
