azalea/azalea-nbt
mat 6eee543a33
Pathfinder (#25)
Pathfinding is very much not done, but it works enough and I want to get this merged.
TODO: fast replanning, goals that aren't a single node, falling moves (it should be able to play the dropper), parkour moves
2022-11-12 23:54:05 -06:00
..
benches Replace impl Read with Cursor<&[u8]> (#26) 2022-10-07 20:12:36 -05:00
src ignore bad utf8 2022-11-09 18:59:03 +00:00
tests Replace impl Read with Cursor<&[u8]> (#26) 2022-10-07 20:12:36 -05:00
Cargo.toml Pathfinder (#25) 2022-11-12 23:54:05 -06:00
README.md Fixes 2022-05-26 17:55:07 -05:00

Azalea NBT

A fast NBT serializer and deserializer.

TODO: serde support for fast registry_holder parsing in azalea-client