<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea/src/auto_tool.rs, 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>2026-05-07T20:05:58+00:00</updated>
<entry>
<title>change panicking functions in Client and EntityRef to return an AzaleaResult instead</title>
<updated>2026-05-07T20:05:58+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-05-06T04:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=9ffd0e80bbb3feace231553d6539124585b03e3c'/>
<id>urn:sha1:9ffd0e80bbb3feace231553d6539124585b03e3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>optimized converting from blockstate to blockkind</title>
<updated>2026-03-05T09:18:48+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-03-05T09:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=4e338230f7145a025b1d2a0ee1538bae4aebba8c'/>
<id>urn:sha1:4e338230f7145a025b1d2a0ee1538bae4aebba8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace hard-coded block break speed checks</title>
<updated>2026-02-07T18:33:18+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-02-07T18:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=8d718a627349bdf1e531fba318abc634a3bec9da'/>
<id>urn:sha1:8d718a627349bdf1e531fba318abc634a3bec9da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move Client struct to azalea crate (#297)</title>
<updated>2025-12-28T04:02:00+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2025-12-28T04:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=9513f42e87f64c409cdb2a100500a50e5a713bac'/>
<id>urn:sha1:9513f42e87f64c409cdb2a100500a50e5a713bac</id>
<content type='text'>
* move the Client struct out of azalea-client into azalea

* actually add client impls in azalea</content>
</entry>
<entry>
<title>Refactor azalea-registry (#294)</title>
<updated>2025-12-12T06:56:02+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2025-12-12T06:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=f9c25665c203d6377ace62f1e95381d037d8fd9e'/>
<id>urn:sha1:f9c25665c203d6377ace62f1e95381d037d8fd9e</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>Enchantments (#286)</title>
<updated>2025-12-09T19:29:59+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2025-12-09T19:29:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=26d619c9a329087a23d6577ee74bd764f50cd773'/>
<id>urn:sha1:26d619c9a329087a23d6577ee74bd764f50cd773</id>
<content type='text'>
* start implementing enchants

* store parsed registries

* more work on enchants

* implement deserializer for some entity effects

* mostly working definitions for enchants

* fix tests

* detect equipment changes

* fix errors

* update changelog

* fix some imports

* remove outdated todo

* add basic test for enchants applying attributes

* use git simdnbt</content>
</entry>
<entry>
<title>Add support for mob effects (#269)</title>
<updated>2025-10-30T16:14:19+00:00</updated>
<author>
<name>ShayBox</name>
<email>shaybox@shaybox.com</email>
</author>
<published>2025-10-30T16:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=818f2d01d49e574946d1a704e1445156afc9c2fb'/>
<id>urn:sha1:818f2d01d49e574946d1a704e1445156afc9c2fb</id>
<content type='text'>
* Add support for mob effects

* Remove Option

* MobEffectFlags

* jump_boost_power f32</content>
</entry>
<entry>
<title>upgrade bevy to 0.17.0-rc.2</title>
<updated>2025-09-28T18:55:04+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-09-28T18:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=2c8b7c5c2c9297273abfba8f7743f1bc25f166b1'/>
<id>urn:sha1:2c8b7c5c2c9297273abfba8f7743f1bc25f166b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't re-export azalea::bot::*, and some doc improvements</title>
<updated>2025-09-26T15:56:32+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-09-26T15:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=0ec25dc45ec912bd9ef07ed9107f968de55f4a18'/>
<id>urn:sha1:0ec25dc45ec912bd9ef07ed9107f968de55f4a18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Default components (#232)</title>
<updated>2025-08-05T01:43:10+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2025-08-05T01:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=23b7f20a0d88b54d430820baeb4a6da0316a009a'/>
<id>urn:sha1:23b7f20a0d88b54d430820baeb4a6da0316a009a</id>
<content type='text'>
* add default components

* remove debug prints

* clippy

* use default components

* fix tests</content>
</entry>
</feed>
