<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea-core/src/aabb.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>2025-12-15T01:44:40+00:00</updated>
<entry>
<title>sort derives with cargo sort-derives</title>
<updated>2025-12-15T01:44:40+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-12-15T01:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=dcbd690f21665e22ea250024a1aa85dec34e6c9e'/>
<id>urn:sha1:dcbd690f21665e22ea250024a1aa85dec34e6c9e</id>
<content type='text'>
might add to ci later, unsure how to do it without adding significant friction for contributors though
</content>
</entry>
<entry>
<title>allow picking other bots in hit results</title>
<updated>2025-09-28T05:11:41+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-09-28T05:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=74dcb7b37d953ec4d45dd6aac4c8e598c87def7d'/>
<id>urn:sha1:74dcb7b37d953ec4d45dd6aac4c8e598c87def7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use owned instead of borrowed Vec3 more</title>
<updated>2025-06-12T05:28:41+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-06-12T05:28:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=a2606569bb79867d07a075bcf7b05730e4264d72'/>
<id>urn:sha1:a2606569bb79867d07a075bcf7b05730e4264d72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>take BlockPos instead of &amp;BlockPos in all function arguments</title>
<updated>2025-06-11T05:55:33+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-06-11T05:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=9b0bd29db4faa9d94df0cec472346b814e7efcb9'/>
<id>urn:sha1:9b0bd29db4faa9d94df0cec472346b814e7efcb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add StartUseItemEvent and improve code related to interactions</title>
<updated>2025-05-10T02:52:08+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-05-10T02:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=e1d3b902ba08170e4ee82c53f216445f57fbc47e'/>
<id>urn:sha1:e1d3b902ba08170e4ee82c53f216445f57fbc47e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove executable bit from files</title>
<updated>2025-04-04T15:56:06+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-04-04T15:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=5272db8bb4653b0e77234ed9c4064dd647406dbb'/>
<id>urn:sha1:5272db8bb4653b0e77234ed9c4064dd647406dbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fluid physics fixes (#210)</title>
<updated>2025-03-16T18:41:17+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2025-03-16T18:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=b0bd992adcff71ee294dd05060e00e652f62a7b2'/>
<id>urn:sha1:b0bd992adcff71ee294dd05060e00e652f62a7b2</id>
<content type='text'>
* start fixing code related to fluid physics

* implement force_solid for blocks

* afk pool test</content>
</entry>
<entry>
<title>Fluid physics (#199)</title>
<updated>2025-01-10T22:45:27+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2025-01-10T22:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=0d16f01571ec8315f3979eae46981e559ade1cf9'/>
<id>urn:sha1:0d16f01571ec8315f3979eae46981e559ade1cf9</id>
<content type='text'>
* start implementing fluid physics

* Initial implementation of fluid pushing

* different travel function in water

* bubble columns

* jumping in water

* cleanup

* change ultrawarm to be required

* fix for clippy</content>
</entry>
<entry>
<title>Add missing world border boolean to use item on packet in 1.21.2 (#192)</title>
<updated>2024-12-01T00:05:35+00:00</updated>
<author>
<name>Shayne Hartford</name>
<email>shaybox@shaybox.com</email>
</author>
<published>2024-12-01T00:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=ea5a1c1ec128cc1a33593c9d91ef758c3fb73e16'/>
<id>urn:sha1:ea5a1c1ec128cc1a33593c9d91ef758c3fb73e16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>organize azalea_core and re-export it from azalea</title>
<updated>2023-10-01T20:19:13+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2023-10-01T20:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=befa33a87950b6d0f3364cb4fe603f6d84bf4b8f'/>
<id>urn:sha1:befa33a87950b6d0f3364cb4fe603f6d84bf4b8f</id>
<content type='text'>
</content>
</entry>
</feed>
