Posted April 12, 20178 yr I mean how to change the tooltip of an item that's already in the game like torch for ex., not a new one. I am aware of the item.addInformation method but i don't understand how to use it to change an existing item (maybe I need to use another method). Many thanks! akdubh
April 12, 20178 yr Use the ItemTooltipEvent. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
April 12, 20178 yr Author Can you please elaborate? From my understanding ItemTooltipEvent is used to determine if the player has toggeed the option to check if advanced information is being shown. Am i missing something? how do i need to use it to do it? Is there another way? thanks, akdubh forgeevents.html
April 12, 20178 yr In the ItemTooltipEvent, you can get the List<String> as well, which are the lines of the tooltip. You can just add a String to the List<String> for a new line of the tooltip. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
April 12, 20178 yr Author thanks! it's very late so ill try tomorrow, ill post my followup / questions here tomorrow. It's my first try at doing something like that so thank you for your help!
April 14, 20178 yr Author It worked! but i still have a question, where should i call MinecraftForge.EVENT_BUS.register(new EventHandler()); ?
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.