The bug
Item frames in inventory lose their Invisible
or Fixed
entity data tag after upgrading.
To reproduce
Create a new 1.20.4 world.
Execute the following command:
/give @s item_frame{EntityTag:{Invisible:1b,Fixed:1b}}
Place the item frame down.
Save and close the world.
Reopen the same world in the latest snapshot.
Place the item frame down.
Expected result
The item frame would still be invisible and fixed.
Observed result
The item frame is visible and not fixed.
Linked issues
duplicates 1
Attachments
Comments 2
Relates to MC-269805.
Entity data has changed in the newest 1.20.5 snapshots. The correct command is as follows:
However, the invisible item frames are in fact not upgraded correctly from 1.20.4, which is a valid issue.
Edit: also affects fixed item frames.