Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: Minecraft 19w03c
-
Fix Version/s: Minecraft 19w14b
-
Labels:
-
Confirmation Status:Confirmed
-
Category:UI
Description
The bug
The green icon / marker displayed on a map when a copy of it is placed in an item frame is not removed in all situations.
Affected situations
Basically everything which does not call EntityItemFrame.removeItem(ItemStack) (MCP name)
- When destroyed by explosion
- When /killed
- When map was removed by updating NBT
- When ItemDropChance value prevents dropping
- When gamerule doEntityDrops is false and item frame breaks, e.g. by removing supporting block
How to reproduce
- Switch to Creative mode for simplicity
- Create a map
- Place an item frame and place the map in it
- Use one of the affected situations described above
→The green icon remains even though the map is not inside the item frame anymore
Attachments
Issue Links
- clones
-
MC-73 Green arrow bug on maps in frames
- Resolved