| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Switch to u32 to match other entity ids in Azalea
* Forgot about the other entity id
* Revert "Forgot about the other entity id"
That wasn't meant for this branch, squash merge this out lol.
|
|
|
|
|
|
|
|
LoginFinished in an example
|
|
|
|
* partially implement 24w35a
* start updating to 24w39a + itemcomponent codegen
* fix codegen and broken packets to finish updating to 24w39a :D
* update to 1.21.2 except for blocks
* update ServerboundPlayerInputPacket impl
|
|
azalea@0.10.3+mc1.21.1
azalea-auth@0.10.3+mc1.21.1
azalea-block@0.10.3+mc1.21.1
azalea-block-macros@0.10.3+mc1.21.1
azalea-brigadier@0.10.3+mc1.21.1
azalea-buf@0.10.3+mc1.21.1
azalea-buf-macros@0.10.3+mc1.21.1
azalea-chat@0.10.3+mc1.21.1
azalea-client@0.10.3+mc1.21.1
azalea-core@0.10.3+mc1.21.1
azalea-crypto@0.10.3+mc1.21.1
azalea-entity@0.10.3+mc1.21.1
azalea-inventory@0.10.3+mc1.21.1
azalea-inventory-macros@0.10.3+mc1.21.1
azalea-language@0.10.3+mc1.21.1
azalea-physics@0.10.3+mc1.21.1
azalea-protocol@0.10.3+mc1.21.1
azalea-protocol-macros@0.10.3+mc1.21.1
azalea-registry@0.10.3+mc1.21.1
azalea-registry-macros@0.10.3+mc1.21.1
azalea-world@0.10.3+mc1.21.1
Generated by cargo-workspaces
|
|
(cherry picked from commit ed7b306aff5ed1d1ce9659d41f76f3f3a6884dd6)
|
|
(cherry picked from commit 266058a8d441169b46ef819595eee62337ab324c)
|
|
* Impl FromStr for BlockPos & Vec
(cherry picked from commit 288db1ca303c801c189f950fa99d5ae8369235c4)
* Add comments
|
|
(cherry picked from commit f0d15d08320cbca1f3383e60cdd97efc488c3b34)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Added Support for Custom Auth using `client_id` and `scope`
* fix: `Account::microsoft` and added lifetime to `Account::microsoft_with_custom_client_id`
* Added function `with_microsoft_access_token_and_custom_client_id`
* Removed Custom Scope.
* I got carried away, and made scope also customizable, later realized no customization is needed.
* Better Documentation and Minor fixes
* Added Custom Scope
* Added RpsTicket format for custom `client_id`
* Moved to non-static str
* fix example
Co-authored-by: mat <27899617+mat-1@users.noreply.github.com>
* fix doc grammer
* changed function signature
* fmt
* fixed example
* removed dead code
* Removed `d=` insertion in `client_id`
* removed unnecessary `mut`
---------
Co-authored-by: mat <27899617+mat-1@users.noreply.github.com>
|
|
|
|
|
|
|
|
* Added Auto Mine
* Unnecessary Block Reach Check
* Added `LeftClickMine`
|
|
|
|
found from https://github.com/azalea-rs/azalea/commit/27cecdb8bf4d0239f6f54e63d3158f129ec0e270
|
|
* Made `Hunger` component public
* Made `DataComponentPatch` public
|
|
* Determine rust channel by parsing rustc output
The RUSTUP_TOOLCHAIN environment variable might not always be present.
This is the case for e.g. NixOS where rust is routinely not installed via
rustup, thus not setting this env var, causing build failures.
Instead, build.rs will now run `rustc -V` and check if the output contains the
word "nightly".
* Check env vars first, fall back to rustc in $PATH
* Try to check RUSTUP_TOOLCHAIN first
|
|
|
|
|
|
|
|
* Fix copy&paste mistake from chat command signed packet to chat command packet
* Bugfix
---------
Co-authored-by: EnderKill98 <no@mail.tld>
|
|
|
|
|
|
* 24w18a (data driven enchantments not implemented yet)
* 1.21
|
|
azalea-block@0.10.2
azalea-block-macros@0.10.2
azalea-brigadier@0.10.2
azalea-buf@0.10.2
azalea-chat@0.10.2
azalea-client@0.10.2
azalea-core@0.10.2
azalea-entity@0.10.2
azalea-inventory@0.10.2
azalea-physics@0.10.2
azalea-protocol@0.10.2
azalea-registry@0.10.2
azalea-world@0.10.2
Generated by cargo-workspaces
|
|
|
|
|
|
|
|
|
|
|
|
* supposed to make getting shapes faster
* why was this reversed
* forgot to run codegen
* don't panic when getting the shape for invalid block ids
---------
Co-authored-by: mat <git@matdoes.dev>
|
|
viaversion
|
|
fixes an error with viaversion servers
|
|
* Update simdnbt dep
* Fix not compiling (rust analyzer is still yapping, i trust you cargo check)
* Update simdnbt to 0.5.2
* finally everything works :prayge:
|
|
|
|
|
|
|