Posted April 1, 201510 yr 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?
April 1, 201510 yr 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.
April 1, 201510 yr Author 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)
April 1, 201510 yr 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.
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.