fullwall

Results 57 comments of fullwall

I believe it's because the sentinel is unable to find a path to the player. There are mitigation strategies I need to implement for this; I have not done it...

On further consideration the GPL with an additional notice to allow usage as an API would be better.

Which info command?

Just updating here from a few weeks ago; Minecraft arm swing code hasn't changed, unfortunately nothing else has been added to sync / set body yaw for players.

Latest build includes a fix for the Citizens pathfinder.

Can you try with debug-pathfinding turned on? Also you are using the new finder correct?

Just added the flight animation for flying using Elytra.

Just to note you can also use /npc lookclose -r to at least try and avoid looking through walls

Currently minecraft uses the yaw to move the entity (in PlayerMoveControl). I agree this would ideally be changed by moving the movement/looking code to Citizens to allow this flexibility. I...