aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-05 11:01:28 -0600
committermat <git@matdoes.dev>2023-12-05 11:01:28 -0600
commitf295a46b08d8c408215020ad5e9dd035b4bc01ba (patch)
tree8580f692f8bf4b3092f9ccfac4671a43c9a163fc /README.md
parent7857a014b92e64361ee237ceae7ef1acc185ac46 (diff)
downloadazalea-drasl-f295a46b08d8c408215020ad5e9dd035b4bc01ba.tar.xz
add 1.20.2 to readme
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md44
1 files changed, 23 insertions, 21 deletions
diff --git a/README.md b/README.md
index 60c944ef..a4150d15 100755
--- a/README.md
+++ b/README.md
@@ -9,20 +9,21 @@ A collection of Rust crates for making Minecraft bots, clients, and tools.
</p>
<!-- The line below is automatically read and updated by the migrate script, so don't change it manually. -->
-*Currently supported Minecraft version: `1.20.3`.*
+
+_Currently supported Minecraft version: `1.20.3`._
> [!WARNING]
> Azalea is still very unfinished, though most crates are in a somewhat useable state
## Features
-- [Accurate physics](https://github.com/azalea-rs/azalea/blob/main/azalea-physics/src/lib.rs) (but some features like entity collisions and water physics aren't yet implemented)
-- [Pathfinder](https://azalea.matdoes.dev/azalea/pathfinder/index.html)
-- [Swarms](https://azalea.matdoes.dev/azalea/swarm/index.html)
-- [Breaking blocks](https://azalea.matdoes.dev/azalea/struct.Client.html#method.mine)
-- [Block interactions & building](https://azalea.matdoes.dev/azalea/struct.Client.html#method.block_interact) (this doesn't predict the block interactions/placement on the client yet but it's usually fine)
-- [Inventories](https://azalea.matdoes.dev/azalea/struct.Client.html#impl-ContainerClientExt-for-Client)
-- [Attacking entities](https://azalea.matdoes.dev/azalea/struct.Client.html#method.attack) (but you can't get the entity at the crosshair yet)
+- [Accurate physics](https://github.com/azalea-rs/azalea/blob/main/azalea-physics/src/lib.rs) (but some features like entity collisions and water physics aren't yet implemented)
+- [Pathfinder](https://azalea.matdoes.dev/azalea/pathfinder/index.html)
+- [Swarms](https://azalea.matdoes.dev/azalea/swarm/index.html)
+- [Breaking blocks](https://azalea.matdoes.dev/azalea/struct.Client.html#method.mine)
+- [Block interactions & building](https://azalea.matdoes.dev/azalea/struct.Client.html#method.block_interact) (this doesn't predict the block interactions/placement on the client yet but it's usually fine)
+- [Inventories](https://azalea.matdoes.dev/azalea/struct.Client.html#impl-ContainerClientExt-for-Client)
+- [Attacking entities](https://azalea.matdoes.dev/azalea/struct.Client.html#method.attack) (but you can't get the entity at the crosshair yet)
## Docs
@@ -34,24 +35,25 @@ If you'd like to chat about Azalea, you can join the Matrix space at [#azalea:ma
## Goals
-- Do everything a vanilla client can do.
-- Be intuitive and easy to use.
-- Make it easy to have many bots working at the same time.
-- Don't trigger anticheats.
-- Support the latest Minecraft version.
-- Be fast and memory efficient.
+- Do everything a vanilla client can do.
+- Be intuitive and easy to use.
+- Make it easy to have many bots working at the same time.
+- Don't trigger anticheats.
+- Support the latest Minecraft version.
+- Be fast and memory efficient.
## Non-goals
-- Supporting several versions of Minecraft on the same branch[*](https://github.com/azalea-rs/azalea-viaversion).
-- Bedrock edition.
-- Graphics.
+- Supporting several versions of Minecraft on the same branch[\*](https://github.com/azalea-rs/azalea-viaversion).
+- Bedrock edition.
+- Graphics.
## Branches
There are several branches in the Azalea repository that target older Minecraft versions. It is not guaranteed that they will be up-to-date with the latest version of Azalea. If you'd like to update them or add more, please open a PR.
-- [1.20-1.20.1](https://github.com/azalea-rs/azalea/tree/1.20.1)
-- [1.19.4](https://github.com/azalea-rs/azalea/tree/1.19.4)
-- [1.19.3](https://github.com/azalea-rs/azalea/tree/1.19.3)
-- [1.19.2](https://github.com/azalea-rs/azalea/tree/1.19.2)
+- [1.20.2](https://github.com/azalea-rs/azalea/tree/1.20.2)
+- [1.20-1.20.1](https://github.com/azalea-rs/azalea/tree/1.20.1)
+- [1.19.4](https://github.com/azalea-rs/azalea/tree/1.19.4)
+- [1.19.3](https://github.com/azalea-rs/azalea/tree/1.19.3)
+- [1.19.2](https://github.com/azalea-rs/azalea/tree/1.19.2)