1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00
A collection of Rust crates for making Minecraft bots, clients, and tools. https://azalea.matdoes.dev
Find a file
2025-01-20 05:49:13 +00:00
.cargo move config.toml to config_fast_builds 2023-12-17 15:50:41 -06:00
.github revert doc updates 2025-01-10 23:54:33 +00:00
azalea Fluid physics (#199) 2025-01-10 16:45:27 -06:00
azalea-auth Release independent packages 2024-12-20 19:22:29 -06:00
azalea-block Fluid physics (#199) 2025-01-10 16:45:27 -06:00
azalea-brigadier Release independent packages 2024-12-20 19:22:29 -06:00
azalea-buf Release independent packages 2024-12-20 19:22:29 -06:00
azalea-chat fix wrong ServerLinkKind and serialize hex colors correctly in nbt 2025-01-14 03:18:38 +00:00
azalea-client fix wrong ServerLinkKind and serialize hex colors correctly in nbt 2025-01-14 03:18:38 +00:00
azalea-core Fluid physics (#199) 2025-01-10 16:45:27 -06:00
azalea-crypto Release independent packages 2024-12-20 19:22:29 -06:00
azalea-entity change some warnings to debug logs and improve some entity id index code 2025-01-13 06:11:14 +00:00
azalea-inventory fix bugs with decoding/encoding DataComponentPatch 2025-01-12 22:43:37 +00:00
azalea-language Update Bevy and migrate to workspace dependencies and package attributes (#181) 2024-12-04 18:31:22 -06:00
azalea-physics remove negative checks for box_shape 2025-01-20 05:49:13 +00:00
azalea-protocol fix wrong ServerLinkKind and serialize hex colors correctly in nbt 2025-01-14 03:18:38 +00:00
azalea-registry fix ClientboundSound and implement az_registry::Holder 2025-01-13 04:52:40 +00:00
azalea-world Fluid physics (#199) 2025-01-10 16:45:27 -06:00
codegen codegen entity dimensions 2025-01-11 08:14:19 +00:00
.gitignore fix for latest nightly by changing the FixedBitSet generic to take bytes instead of bits 2024-12-11 03:25:36 +00:00
.gitpod.yml simplify error handling 2022-04-22 04:33:58 +00:00
Cargo.lock fix bugs with decoding/encoding DataComponentPatch 2025-01-12 22:43:37 +00:00
Cargo.toml replace priority_queue crate with std BinaryHeap 2024-12-26 05:52:46 +00:00
LICENSE.md Create LICENSE.md 2022-10-30 14:49:46 -05:00
README.md update warning in readme to say azalea is 'useable' instead of 'somewhat useable' 2025-01-12 23:01:55 +00:00
rust-toolchain.toml fix for latest nightly by changing the FixedBitSet generic to take bytes instead of bits 2024-12-11 03:25:36 +00:00
rustfmt.toml group imports with rustfmt 2024-10-26 05:29:26 +00:00

Azalea

docs.rs

A collection of Rust crates for making Minecraft bots, clients, and tools.

Azalea

Currently supported Minecraft version: 1.21.4.

Warning

Azalea is still unfinished, though most crates are in a useable state

Features

Docs

The "stable" documentation is available at docs.rs/azalea and the unstable docs are at azalea.matdoes.dev (recommended).

Matrix/Discord

If you'd like to chat about Azalea, you can join the Matrix space at #azalea:matdoes.dev (recommended) or the Discord server at discord.gg/FaRey6ytmC (they're bridged so you don't need to join both).

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.

Non-goals

  • Supporting several versions of Minecraft on the same branch*.
  • Bedrock edition.
  • Graphics.

Branches

There are several branches in the Azalea repository that target older Minecraft versions. Most of them are severely outdated compared to the latest version of Azalea. If you'd like to update them or add more, please open a PR.