1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
A collection of Rust crates for making Minecraft bots, clients, and tools. https://azalea.matdoes.dev
Find a file
2025-06-17 08:11:19 -10:30
.cargo update config_fast_builds 2025-06-09 20:33:06 +12:00
.github remove executable bit from files 2025-04-04 15:56:06 +00:00
azalea 1.21.6-rc1 2025-06-15 11:26:19 -09:00
azalea-auth doc updates 2025-05-31 23:14:59 -06:00
azalea-block 1.21.6-rc1 2025-06-15 11:26:19 -09:00
azalea-brigadier insert ClientInformation earlier 2025-06-08 17:44:12 -09:00
azalea-buf fix clippy issues and improve formatting everywhere 2025-05-30 19:36:59 -08:00
azalea-chat add basic support for getting biome ids in chunks 2025-06-02 07:45:26 +11:00
azalea-client Merge branch 'main' into 1.21.6 2025-06-15 06:01:50 -13:45
azalea-core use owned instead of borrowed Vec3 more 2025-06-11 22:58:41 -06:30
azalea-crypto formatting: merge imports 2025-05-30 14:44:48 -13:00
azalea-entity 1.21.6-rc1 2025-06-15 11:26:19 -09:00
azalea-inventory replace Client::get_open_container and view_container_or_inventory with get_inventory 2025-06-09 13:14:20 -11:00
azalea-language 1.21.6-rc1 2025-06-15 11:26:19 -09:00
azalea-physics Merge branch 'main' into 1.21.6 2025-06-15 06:01:50 -13:45
azalea-protocol 1.21.6 2025-06-17 08:11:19 -10:30
azalea-registry 1.21.6-rc1 2025-06-15 11:26:19 -09:00
azalea-world implement reverting block state predictions on ack 2025-06-11 22:22:26 +00:00
codegen 1.21.6-rc1 2025-06-15 11:26:19 -09:00
.gitignore remove executable bit from files 2025-04-04 15:56:06 +00:00
.gitpod.yml remove executable bit from files 2025-04-04 15:56:06 +00:00
Cargo.lock 1.21.6 2025-06-17 08:11:19 -10:30
Cargo.toml 1.21.6 2025-06-17 08:11:19 -10:30
CHANGELOG.md update changelog 2025-06-15 14:45:56 -05:00
LICENSE.md Create LICENSE.md 2022-10-30 14:49:46 -05:00
README.md 1.21.6 2025-06-17 08:11:19 -10:30
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 more formatting fixes 2025-05-30 19:22:09 -08:45

Azalea

docs.rs

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

Azalea

Currently supported Minecraft version: 1.21.6.

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.

Real-world bots using Azalea

Here's an incomplete list of bots built using Azalea, primarily intended as a reference in addition to the existing documentation and examples:

You can see more projects built with Azalea in the GitHub dependency graph.

Plugins

Azalea has support for Bevy plugins, which can significantly alter its functionality. Here are some plugins that you may find useful:

If you've created your own plugin for Azalea, please create a PR to add it to this list :).