Jump to content

[1.8] Tooltips in different places


ilan321

Recommended Posts

Hello! I am making rewriting my mod called Transmutation.

I have an item called tStone. I would like this item to have different tooltips in different places. For example, if you mouse over the tStone in the creative menu or NEI, then it should say "Infinite Uses". If you're crafting it, then it should have the crafter's name (looks like "Owner: {playername}"). Is there a way to achieve this?

Link to comment
Share on other sites

Of course you can do that. Use IRecipe to add NBT when crafted by player.

  (There is a tutorial for getting player from IRecipe in Tutorial section in this forum)

And in addToolTip add the player name to the tooltip.

I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP)

II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.

Link to comment
Share on other sites

Of course you can do that. Use IRecipe to add NBT when crafted by player.

  (There is a tutorial for getting player from IRecipe in Tutorial section in this forum)

And in addToolTip add the player name to the tooltip.

 

Will it show the tooltip when the player has the recipe in place but hasn't "crafted" it yet? (When you mouse over the result but haven't taken it out yet)

Link to comment
Share on other sites

Yes it would. (Because the itemstack in crafting slot is a real stack, not ghost or something)

I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP)

II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.

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.

Announcements



×
×
  • Create New...

Important Information

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