<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea/src/pathfinder/simulation.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>rename PhysicsState to ClientMovementState and add utility functions for it</title>
<updated>2026-05-07T20:05:58+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-03-30T04:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=4af9762854aad30b7fdc40640618e465197f2148'/>
<id>urn:sha1:4af9762854aad30b7fdc40640618e465197f2148</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix various regressions from optimization attempts</title>
<updated>2026-03-06T06:12:07+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-03-06T06:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=8dc511bb1b77da67d5428e8bafeab92ad3bfabf4'/>
<id>urn:sha1:8dc511bb1b77da67d5428e8bafeab92ad3bfabf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>delay initialization of cached_mining_costs in pathfinder</title>
<updated>2026-01-19T02:51:28+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-01-19T00:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=544ea6ad46d7f4d621104a9063dbbe1c85284111'/>
<id>urn:sha1:544ea6ad46d7f4d621104a9063dbbe1c85284111</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix tests</title>
<updated>2026-01-18T23:09:46+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-01-18T23:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=1a3a027bf9c9e0c9c290fd309adbc2904cc78d84'/>
<id>urn:sha1:1a3a027bf9c9e0c9c290fd309adbc2904cc78d84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add simulation-based pathfinder execution engine</title>
<updated>2026-01-18T22:35:49+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2026-01-18T22:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=268c62587e090c72b67a29e1cc42cda6c9d7340b'/>
<id>urn:sha1:268c62587e090c72b67a29e1cc42cda6c9d7340b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Instance to World (#304)</title>
<updated>2026-01-13T16:51:30+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2026-01-13T16:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=d5fa5e32b37754b3b5c136e58821e48cd3b7c2ff'/>
<id>urn:sha1:d5fa5e32b37754b3b5c136e58821e48cd3b7c2ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Bevy dependencies optional in azalea-protocol (#303)</title>
<updated>2026-01-12T08:09:41+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2026-01-12T08:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=1accbac964168af5fa0d87cb170389f0a9d01363'/>
<id>urn:sha1:1accbac964168af5fa0d87cb170389f0a9d01363</id>
<content type='text'>
* Make Bevy dependencies optional in azalea-protocol

* derive serde traits on Direction again

* update docs for types that may not have Component</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>rename ResourceLocation to Identifier ahead of mojmap changes</title>
<updated>2025-11-13T03:04:52+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-11-13T03:04:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=fbaae39cdf9c5a7a34005a51a37b85f7cdd5ea00'/>
<id>urn:sha1:fbaae39cdf9c5a7a34005a51a37b85f7cdd5ea00</id>
<content type='text'>
</content>
</entry>
</feed>
