CitizensDev / Citizens2

Citizens - the premier plugin and API for creating server-side NPCs in Minecraft.
https://citizensnpcs.co
Open Software License 3.0
589 stars 313 forks source link

NPCs in boats can only pathfind in 1-block-deep water #2984

Closed repeater64 closed 1 month ago

repeater64 commented 1 year ago

I confirm that I have ...

Description

Currently, an NPC riding a controllable NPC boat can pathfind very nicely, but only through 1-block-deep water.

If it tries to pathfind to a location in deeper water, it instantly fails. If it tries to pathfind to a location in 1-block-deep water but it itself is in deeper water, it just sort of spins in circles.

Ideally the behavior that is seen in 1-block-deep water would be seen in deeper water too.

Code Example

No response

fullwall commented 1 month ago

Tracking here https://github.com/CitizensDev/Citizens2/issues/2993