Jump to content

[1.7.10] Adding a Description to Vanilla Items


DanielDawn

Recommended Posts

Hello, thank you for taking the time to read this. I'd like to add short descriptions that work with the language files to vanilla items. So I can list how many hunger bars a food fills and such or add a description to rarities such as diamonds I'd preferably like to add this code in my base class. I'm still new with coding, and have only done basic things. (Ores, Materials, Effect Swords, Effect Helmets, Right Click Special Swords, Increasing maximum stack size for potions, and creating a block that negates fall damage.)

Link to comment
Share on other sites

Note that if NEI is running,

ItemTooltipEvent

won't be fired. To modify NEI's tooltips, you need to implement

IContainerTooltipHandler

and register it using

GuiContainerManager.addTooltipHandler

instead.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.