-
Notifications
You must be signed in to change notification settings - Fork 10
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
sendConditionalSwing() won't wave #35
Comments
Use english and explain how this is related to ViaMCP |
(de.florianmichael.viamcp.fixes.AttackOrder) It cause player does not perform the wave animation (swingItem) when attacking entity. (Minecraft 1.8.8, with Optifine H8) I'm sorry that I didn't use English at the first time. |
It cause player does not perform the wave animation (swingItem) when attacking entity. (Minecraft 1.8.8, with Optifine H8) I'm sorry that I didn't use English at the first time. |
Where did you replaced/used sendConditionalSwing() in the Minecraft code? |
// this.thePlayer.swingItem();
(Minecraft.java) |
When I followed the README file to fix the Attack Order, it appeared. |
public static void sendConditionalSwing(MovingObjectPosition mop) {
if (mop != null && mop.typeOfHit != MovingObjectPosition.MovingObjectType.ENTITY) mc.thePlayer.swingItem();
}
MCP918 1.8.8 Optifine H8下,在单人世界中攻击生物时,挥手动画不会被执行
The text was updated successfully, but these errors were encountered: