Item frames in inventory lose entity data after upgrading
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.