A collection of Rust crates for making Minecraft bots, clients, and tools.
Find a file
2022-06-25 16:23:40 -05:00
.vscode Slightly improve bit storage 2022-06-17 15:59:27 -05:00
azalea-auth start adding moving 2022-06-24 23:10:59 -05:00
azalea-block ClientboundSetEquipmentPacket 2022-06-17 16:27:58 -05:00
azalea-brigadier simplify error handling 2022-04-22 04:33:58 +00:00
azalea-buf read_into -> read_from 2022-06-25 02:33:28 -05:00
azalea-chat read_into -> read_from 2022-06-25 02:33:28 -05:00
azalea-client merge ClientState and Client 2022-06-25 16:23:40 -05:00
azalea-core read_into -> read_from 2022-06-25 02:33:28 -05:00
azalea-crypto read_into -> read_from 2022-06-25 02:33:28 -05:00
azalea-entity read_into -> read_from 2022-06-25 02:33:28 -05:00
azalea-language Upgrade crates and remove num_* deps 2022-06-24 03:50:19 -05:00
azalea-nbt read_into -> read_from 2022-06-25 02:33:28 -05:00
azalea-protocol read_into -> read_from 2022-06-25 02:33:28 -05:00
azalea-world rename World to dimension 2022-06-25 14:24:56 -05:00
bot merge ClientState and Client 2022-06-25 16:23:40 -05:00
codegen i hate mutexes 2022-06-24 23:54:31 -05:00
examples Improvements to azalea-world for entities 2022-06-19 00:30:24 -05:00
.gitignore code-generator/lib 2022-05-24 19:50:19 -05:00
.gitpod.yml simplify error handling 2022-04-22 04:33:58 +00:00
Cargo.lock merge ClientState and Client 2022-06-25 16:23:40 -05:00
Cargo.toml Optimize flate2 2022-06-24 01:06:29 -05:00
README.md Update README.md 2022-06-17 18:13:34 -05:00

Azalea

A collection of Rust crates primarily for creating Minecraft bots.

Azalea

Currently supported Minecraft version: 1.19.

I named this Azalea because it sounds like a cool word and this is a cool library. This project was heavily inspired by PrismarineJS.

Why

I wanted a fun excuse to do something cool with Rust, and I also felt like I could do better than Mineflayer in some areas.

Goals

  • Do everything a vanilla client can do.
  • Be intuitive and easy to use.
  • Bypass most/all anticheats.
  • Support the latest Minecraft version.
  • Be fast and memory efficient.