mojira.dev

tchatow

Assigned

No issues.

Reported

MC-259321 Spawner counts related entities against MaxNearbyEntities Fixed MC-249154 /setblock property value suggestions do not tab-complete correctly. Duplicate MC-232550 Legacy flower pots are not correctly upgraded Confirmed MC-74442 Item Frames Vanish Duplicate

Comments

I think the issue is that the datafixer for potions uses getOptionalTyped(tag_field) instead of getOrCreateTyped(tag_field) so it never actually runs because the lookup for item stack nbt data hasn't been created yet. This should be a trivial fix.

The root cause seems to be that elytra become unusable at 1 health remaining so never get down to 0 damage which triggers the break sound. There's a related issue MC-2518 with a different root cause which was resolved but unfortunately this case wasn't considered.