| Age | Commit message (Collapse) | Author |
|
|
|
* change Client::component to return a reference
* write docs
* merge main
* remove unused parking_lot feature
|
|
|
|
* move the Client struct out of azalea-client into azalea
* actually add client impls in azalea
|
|
|
|
|
|
|
|
|
|
|
|
per https://corrode.dev/blog/tips-for-faster-rust-compile-times/\#combine-all-integration-tests-into-a-single-binary <3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes error with viaversion
|
|
|
|
|
|
representation
ty mahtog for pointing out the latter issue <3
|
|
|
|
|
|
hi shay :3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
might add to ci later, unsure how to do it without adding significant friction for contributors though
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* delete StartError and JoinError
* update changelog
|
|
|
|
* move registries in azalea-registry into separate modules
* rename Item and Block to ItemKind and BlockKind
* remove 'extra' registries from azalea-registry
* hide deprecated items from docs
* use DamageKindKey instead of Identifier when parsing registries
* store tag entries as a Vec instead of a HashSet
* sort tag values by protocol id
* update changelog
|