Edit to my comment on 9/01/2026 at 7:30 PM UTC:
!rabbit.isNoAi() → !this.isNoAi()
Can confirm. Happens because it can only play if the rabbit has been leashed, but is not currently leashed.
Suggested fix (in net.minecraft.world.entity.animal.rabbit.Rabbit):
private boolean shouldPlayIdleAnimation() {
return this.idleAnimationTimeout <= 0 && !this.isLeashed() && !rabbit.isNoAi();
}Can confirm in 26.1 Snapshot 1.
Returning to this bug: it was fixed because the rotation was wrong as well. They probably noticed their mistake.
Can confirm.
In my game, the handle just doesn’t show when in the inventory. No need for any steps. If this doesn’t happen with other people, then it’s probably just an error from my side.
I have added the attachement on sunday, please review your decision.
The bug was fixed while retexturing the large copper chests.
Report was changed.
If this is a Bedrock issue, you should add it in the respective (Bedrock) portal. You can access it here.
Can confirm. Also affects 1.21.3
I've noticed, I've changed the bug title and report.
It was indeed a resource pack issue. Thank you.