Posted November 23, 20204 yr I'd like to see something that isn't really an enchantment effect like any other enchantment tooltip, but I don't know where it's done in vanilla.
November 23, 20204 yr 2 hours ago, Zemelua said: I'd like to see something that isn't really an enchantment effect like any other enchantment tooltip, but I don't know where it's done in vanilla. Do you mean that you want to know where the vanilla code is for creating the enchantment tooltips? If so, it is in the getTooltip() and the addEnchantmentTooltips() methods in the ItemStack class. If you want to add your own custom tooltip to an item, you can do so via the addInformation() method in the Item class if it is for your own custom item, or via the ItemTooltipEvent event if it is for a vanilla item.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.