-
Bug
-
Resolution: Fixed
-
Minecraft 16w39c
-
Confirmed
The bug
In 1.10 (or later?) and earlier versions the item name shown in the feedback of the /give command had a hoverEvent which showed the information about the item. In the latest versions this is not the case anymore.
In the latest versions the code has changed but still includes this functionality. Search first for "CanPlaceOn" (ItemStack.java) and then for "[" (net.minecraft.item.ItemStack.getTextComponent()). (both including the quotation marks)
How to reproduce
- Give yourself an item
/give @p stone
- Hover over the item name ("[Stone]")
→ No item information is shown