mojira.dev

Nomis12

Assigned

No issues.

Reported

MC-302958 Nautiluses' mouth texture is misaligned Fixed MC-300507 When in multiplayer, the item model gets bugged when punching/interacting Duplicate MCPE-224809 Some of the copper large chest textures have a faulty extra line, which results in an assymetrical error Confirmed

Comments

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.

The bug was fixed while retexturing the large copper chests.

Can confirm. Also affects 1.21.3