From 6eee543a3367d38a6f0e9bffb457a2bd76a8f9cc Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sat, 12 Nov 2022 23:54:05 -0600 Subject: 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 --- azalea/examples/echo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 azalea/examples/echo.rs (limited to 'azalea/examples/echo.rs') diff --git a/azalea/examples/echo.rs b/azalea/examples/echo.rs old mode 100644 new mode 100755 index 8c11d6e7..51896e53 --- a/azalea/examples/echo.rs +++ b/azalea/examples/echo.rs @@ -11,7 +11,7 @@ async fn main() { account, address: "localhost", state: State::default(), - plugins: vec![], + plugins: plugins![], handle, }) .await -- cgit v1.2.3