-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Horse NPCs Require "/npc controllable" to be mounted at all #676
Comments
Yeah, poked around at this for a while and couldn't get anything to stick. Still looking into it... |
I took a quick peek as well. I couldn't spot anything in Citizens (or NMS for that matter) but I'll probably look into this more once I'm done with my current project. |
The bug seems to be related to something in minecraft NMS - I tried redefining isVehicle() and has passenger type methods but it must be somewhere else. |
Alright, I'll see what else could be blocking it. |
@mcmonkey4eva unsure what's causing this, may be specific to pigs/horses though |
For a temporary solution for my project, I created an armor stand that the player rode which was teleported to the horse every time it moved. It's probably not a good solution for this project, but maybe it will help someone else. |
On current versions, non-controllable horses cannot be mounted at all, which seems wrong. |
Is this still an issue? |
Yes this is still an issue |
Can no longer replicate this on 1.20.6 (as it is a supportable version) |
If I spawn a horse, set the mount to my player, and set the horse's navigation, the horse won't move until the player unmounts it. The horse is not controllable by the player.
1.9 and build 1326
The text was updated successfully, but these errors were encountered: