Skip to content

Fix llama not moving when ridden, Fixes #1507#1684

Merged
granny merged 2 commits into
PurpurMC:ver/1.21.6from
mxuexe:ver/1.21.6
Jun 30, 2025
Merged

Fix llama not moving when ridden, Fixes #1507#1684
granny merged 2 commits into
PurpurMC:ver/1.21.6from
mxuexe:ver/1.21.6

Conversation

@mxuexe

@mxuexe mxuexe commented Jun 30, 2025

Copy link
Copy Markdown
Contributor

The issue was AbstractHorse overrides getControllingPassenger() which for the llama will always return false.

The fix was to override that method in the Llama to match the other mobs, which now makes the llama ridable and moving.

@granny granny linked an issue Jun 30, 2025 that may be closed by this pull request
4 tasks

@granny granny left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for figuring this out! 🎉

you've managed to fix a purpur bug that's existed since 1.20.4 :)

@granny granny merged commit 3658291 into PurpurMC:ver/1.21.6 Jun 30, 2025
1 check passed
@Onako2

Onako2 commented Jun 30, 2025

Copy link
Copy Markdown
Contributor

Finally we have a hero!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Llama are not controllable

3 participants