1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00
azalea/azalea
mat d112856ff6
Entity metadata (#37)
* add example generated metadata.rs

* metadata.rs codegen

* add the files

* add comment to top of metadata.rs

* avoid clone

* metadata

* defaults

* defaults

* fix metadata readers and writers

* fix bad bitmasks and ignore some clippy warnings in generated code

* add set_index function to entity metadatas

* applying metadata
2022-11-06 14:05:01 -06:00
..
examples Add Client::set_client_information (#33) 2022-10-23 19:00:24 -05:00
src Entity metadata (#37) 2022-11-06 14:05:01 -06:00
Cargo.toml chore: Release 2022-10-30 14:04:11 -05:00
README.md write more documentation 2022-10-23 14:46:06 -05:00

Azalea is a framework for creating Minecraft bots.

Internally, it's just a wrapper over azalea-client, adding useful functions for making bots.