Skip to content

Commit

Permalink
fix MixinLlama.java
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed Sep 16, 2023
1 parent b86dc34 commit 1e1f7ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public double getMountedHeightOffset() {
return (double) getHeight() * getSeats().llama.y;
}

@Inject(method = "updatePassengerPosition", at = @At(value = "TAIL"))
public void purpurclient$updatePassengerPosition(Entity passenger, CallbackInfo ci) {
@Override
public void updatePassengerPosition(Entity passenger) {
updatePassengerPosition(passenger, getSeats().llama);
}
}

0 comments on commit 1e1f7ae

Please sign in to comment.