diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2022-11-12 23:54:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-12 23:54:05 -0600 |
| commit | 6eee543a3367d38a6f0e9bffb457a2bd76a8f9cc (patch) | |
| tree | a5e493ccd7ec24293b8d866242c3836146517122 /azalea-client/src/chat.rs | |
| parent | fa57d03627aa20b1df44caed7cb025b6db1d9b53 (diff) | |
| download | azalea-drasl-6eee543a3367d38a6f0e9bffb457a2bd76a8f9cc.tar.xz | |
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
Diffstat (limited to 'azalea-client/src/chat.rs')
| -rwxr-xr-x[-rw-r--r--] | azalea-client/src/chat.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/chat.rs b/azalea-client/src/chat.rs index b771a743..5eadc0c3 100644..100755 --- a/azalea-client/src/chat.rs +++ b/azalea-client/src/chat.rs @@ -70,7 +70,7 @@ impl Client { /// # account, /// # address: "localhost", /// # state: State::default(), - /// # plugins: vec![], + /// # plugins: plugins![], /// # handle, /// # }) /// # .await |
