mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
feat: converge grounded path segment completion
This commit is contained in:
parent
3b4e552d70
commit
6b449cc72a
12 changed files with 489 additions and 43 deletions
|
|
@ -24,7 +24,8 @@ public sealed class PathExecutorCompletionTests
|
|||
var physics = new PlayerPhysics
|
||||
{
|
||||
Yaw = 270f,
|
||||
Pitch = 0f
|
||||
Pitch = 0f,
|
||||
OnGround = true
|
||||
};
|
||||
var input = new MovementInput();
|
||||
var pos = new Location(1.48, 80, 0.5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue