-
Notifications
You must be signed in to change notification settings - Fork 16
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
Rideable entities disguised as other entities can be ridden but not controlled. #7
Comments
This is more or less limitation of Vanilla client. But it could still be somewhat worked around |
This also happens with Striders:
|
I believe that will happen with any entity that can be ridden but disguised as "non-controllable" (e.g. boats, minecarts disguised as other mobs ...), as entity riding is done by the client afaik. |
Fabric Carpet mod already shows that server receives movement inputs from players, in |
If I find a way, definetely :). Thanks for the examples. |
I can still reproduce both problems using MobDisguises 1.0.4 and DisguiseLib 1.0.8 on Minecraft 1.17.1. |
To reproduce:
mobdisguises-1.0.0-fabric
anddisguiselib-1.0.2-fabric
./disguise @e[type=horse] as spider
(optionally replacingspider
with any other non-horse entity)Issue on MobDisguises end: samolego/MobDisguises#4
The text was updated successfully, but these errors were encountered: