mojira.dev

diskria

Assigned

No issues.

Reported

MC-263016 Parrots stop dancing when reloading the world or dimension Confirmed MC-263015 Jukebox playing music without music after re-enter the world or switch dimension Confirmed

Comments

Can confirm in 1.21.4

Can confirm in 1.21.3, this also happens when riding llamas

I reproduced this issue in 24w45a but can't reproduce it in 24w46a.
Btw, there is gravel in the place of the block with zero lighting, which immediately falls when you teleport to this place. Maybe this was fixed as part of another fix, somehow related to falling blocks..?

The damage dealt by the goat has a unique NO_ANGER flag, which hides the attacking entity from the attacked one. This prevents mobs from becoming aggressive in response to the attack. While this behavior works as intended for mobs, it introduces an unintended issue when the attacked entity is a player.

Players, unlike mobs, should not be subject to the NO_ANGER flag's behavior. When a player is attacked, this flag prevents the player from identifying the attacking entity, resulting in issues such as advancements and statistics triggers failing to process correctly.

To address the issue, I’ve implemented a fix that modifies the logic of the NO_ANGER flag. The fix bypasses the flag’s check when the attacked entity is a player. This change ensures that:

  • Players can detect the attacking entity.

  • Advancements and statistics triggers work as intended.

I have thoroughly tested the fix to confirm that it resolves the problem without altering the intended behavior of the goat in other scenarios. The original mechanics, such as preventing mobs from becoming aggressive due to the flag, remain unchanged.

If this is helpful, you can explore the implementation in this mixin: LivingEntityMixin.java.

I’m sharing this in case it helps guide you toward a more robust solution or sparks ideas for further improvements.

Can confirm in 1.21.3 and 24w46a

Can confirm in 24w46a

I don't think any specific undead mobs should damage the Wither, because the Wither is completely immune to damage from any undead and it's definitely WAI. These senseless attempts to cause damage create a non-productive behavior

Can confirm in 1.21.3 and 24w46a

Please consider reopening this ticket as it encompasses several others. The issue affects all undead mobs collectively, making it unnecessary to keep multiple tickets open for individual undead category mobs. Consolidating them into this single ticket would streamline the resolution process.

Can confirm in 1.21.3 and 24w46a, but...
All undead mobs are able to aggro on the Wither and attempt to hit him, although they do not inflict any damage. I think it’s necessary to create a general bug report about this issue and mark this report as a duplicate.

Can confirm in 1.21.3 and 24w46a, but...
All undead mobs are able to aggro on the Wither and attempt to hit him, although they do not inflict any damage. I think it’s necessary to create a general bug report about this issue and mark this report as a duplicate.

Can confirm in 1.21.3 and 24w46a, but...
All undead mobs are able to aggro on the Wither and attempt to hit him, although they do not inflict any damage. I think it’s necessary to create a general bug report about this issue and mark this report as a duplicate.

Btw, I’d like to add that this bug prevents players from fighting in the Ocean Monument, as they get stuck in water while the Guardian attacks them with its laser.
So the problem isn’t just situational; it directly affects gameplay in this structure and makes it harder to fully experience the dungeon as intended

Ah yes today is thursday! Yes, just tested now, it reproduced in 24w46a

Confirmed in 1.21.3 and 24w45a

Does anyone keep reproducing this in 1.21?

Can confirm in 1.21. I reading the Wiki and it seemed strange to me that the Grindstone and the Jukebox were on list of can not be pushed blocks.