<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea-nbt, branch main</title>
<subtitle> Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
</subtitle>
<id>https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/atom?h=main</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/'/>
<updated>2023-11-20T04:07:38+00:00</updated>
<entry>
<title>Replace azalea-nbt with simdnbt (#111)</title>
<updated>2023-11-20T04:07:38+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2023-11-20T04:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=2c610826fc9f8e16897f52313faa8e0602d1dc3d'/>
<id>urn:sha1:2c610826fc9f8e16897f52313faa8e0602d1dc3d</id>
<content type='text'>
* delete azalea-nbt and replace with simdnbt

* use simdnbt from crates.io

* remove serde dependency on azalea-registry</content>
</entry>
<entry>
<title>replace log with tracing</title>
<updated>2023-11-18T06:58:47+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2023-11-18T06:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=9633508a3a31a70c657329fdeca0050b7082959e'/>
<id>urn:sha1:9633508a3a31a70c657329fdeca0050b7082959e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bevy 0.12</title>
<updated>2023-11-07T00:04:57+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2023-11-07T00:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=ee55453fbf9a799e23cbca60e384f6adf3d11acf'/>
<id>urn:sha1:ee55453fbf9a799e23cbca60e384f6adf3d11acf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove some more #![feature]s</title>
<updated>2023-10-27T03:26:14+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2023-10-27T03:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=2803e9ef0d785538a23adceba44d45b162629979'/>
<id>urn:sha1:2803e9ef0d785538a23adceba44d45b162629979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update repo links</title>
<updated>2023-10-08T08:58:57+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2023-10-08T08:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=5212ba4d5d6cb34f9543b8a98d07798deeb7ba94'/>
<id>urn:sha1:5212ba4d5d6cb34f9543b8a98d07798deeb7ba94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>also upgrade deps everywhere else lol</title>
<updated>2023-10-03T06:37:00+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2023-10-03T06:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=0ef15254c404ec3afb72a61c19c09bb15dce6427'/>
<id>urn:sha1:0ef15254c404ec3afb72a61c19c09bb15dce6427</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check for entity duplication before spawning</title>
<updated>2023-09-29T02:57:36+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2023-09-29T02:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=0bf8291388f740ed1b854c545eee4a6baa107eef'/>
<id>urn:sha1:0bf8291388f740ed1b854c545eee4a6baa107eef</id>
<content type='text'>
this fixes behavior where in swarms entities in the world might sometimes have a duplicate that gets spawned and despawned immediately
</content>
</entry>
<entry>
<title>1.20.2 (#99)</title>
<updated>2023-09-21T16:16:29+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2023-09-21T16:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=7b3e2e4bf793466a351510c7fbbd08234e93bb0e'/>
<id>urn:sha1:7b3e2e4bf793466a351510c7fbbd08234e93bb0e</id>
<content type='text'>
* add configuration state

* start updating to 23w31a

* implement a bit more of 23w31a

* chunk batching

* start adding configuration state

* ioasfhjgsd

* almost works

* configuration state mostly implemented

* handle other packets in configuration state and fix keepalive

* cleanup, fix warnings

* 23w32a

* fix some doctests

* 23w33a

* 23w35a

* 1.20.2-pre2

* fix system conflicts

* 1.20.2-pre4

* make tests compile

* tests pass

* 1.20.2-rc2

* 1.20.2

* Revert "1.20.2"

This reverts commit dd152fd265332ead333c919e585ded6d609d7468.

* didn't mean to commit that code

---------

Co-authored-by: mat &lt;git@matdoes.dev&gt;</content>
</entry>
<entry>
<title>Release 0.8.0</title>
<updated>2023-09-15T00:01:20+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2023-09-15T00:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=c8aad8bdfeaa19a9d04308718c7772c92fcfae63'/>
<id>urn:sha1:c8aad8bdfeaa19a9d04308718c7772c92fcfae63</id>
<content type='text'>
azalea@0.8.0
azalea-auth@0.8.0
azalea-block@0.8.0
azalea-block-macros@0.8.0
azalea-brigadier@0.8.0
azalea-buf@0.8.0
azalea-buf-macros@0.8.0
azalea-chat@0.8.0
azalea-client@0.8.0
azalea-core@0.8.0
azalea-crypto@0.8.0
azalea-entity@0.8.0
azalea-inventory@0.8.0
azalea-inventory-macros@0.8.0
azalea-language@0.8.0
azalea-nbt@0.8.0
azalea-physics@0.8.0
azalea-protocol@0.8.0
azalea-protocol-macros@0.8.0
azalea-registry@0.8.0
azalea-registry-macros@0.8.0
azalea-world@0.8.0

Generated by cargo-workspaces
</content>
</entry>
<entry>
<title>Release independent packages</title>
<updated>2023-09-14T23:59:01+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2023-09-14T23:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=d850f5988ab0d859a51fe0b5b27c9328afb66a87'/>
<id>urn:sha1:d850f5988ab0d859a51fe0b5b27c9328afb66a87</id>
<content type='text'>
Generated by cargo-workspaces
</content>
</entry>
</feed>
