From 914f881dd834aef67755f2e0fd4989253fc9f794 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 15 Jan 2026 09:18:28 -0900 Subject: minor pathfinder optimizations and api+doc improvements --- azalea/examples/testbot/commands/movement.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/examples') diff --git a/azalea/examples/testbot/commands/movement.rs b/azalea/examples/testbot/commands/movement.rs index 209a1c80..06c7ebd1 100644 --- a/azalea/examples/testbot/commands/movement.rs +++ b/azalea/examples/testbot/commands/movement.rs @@ -26,7 +26,7 @@ pub fn register(commands: &mut CommandDispatcher>) { source.reply("ok"); source .bot - .start_goto(BlockPosGoal(BlockPos::from(position))); + .start_goto(BlockPosGoal(BlockPos::from(position.up(0.5)))); 1 }) .then(literal("xz").then(argument("x", integer()).then( -- cgit v1.2.3