From c1af5d15e3754bbf2d71d704fb089d760061e3c7 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 29 Aug 2022 21:10:15 -0500 Subject: physics stuff --- azalea-client/src/client.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-client/src') diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index c495bc5c..eae0a1b6 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -716,6 +716,7 @@ impl Client { if let Err(e) = client.send_position().await { println!("Error sending position: {:?}", e); } + client.ai_step(); // TODO: minecraft does ambient sounds here -- cgit v1.2.3