Item Tooltips is a plugin that allows for the creation of dynamic item descriptions and item modification in general. Through the use of the tooltip rendering event, an item can be modified using both the procedures of the plugin and already provided procedures by MCreator while the mouse is hovering above it.
Example
Procedure blocks
Comments
HI Nerdy, thank you for adding this to the collection. I understand that the plugin is called Item Tooltips and it certainly fits the need for organizing the content of item tooltips. I was wondering if it might be difficult to add the above five or so procedures to the tool tips used in the GUI screen? Again, I understand this is different than Tooltips for Items and likely most people don't use the GUI tooltips beyond adding a 3 to 7 word description (I assume). Just thought it might be nice to have that new line procedure in the GUI tooltip a want certainly not a need. Again Thank you for all that you do. Your work is appreciated!!!
For whatever reason, whenever I use the "On tooltip rendering" global trigger now, it no longer works. Attaching any block on to it causes it to be marked as an error and doesn't finish building the workspace. (MCreator 2023.4, Item Tooltips v1.2 - 1.20.1 support)
I figured out how to do it, it's pretty easy to!
1:place the "ItemTooltips.zip" file somewhere you can edit it (AKA: somewhere you don't mind making a mess of random files in) and extract the files from the zip file
2:Next inside the un-zipped folder find the file named "forge-1.19.4" copy and past it and rename the new copy to "forge-1.20.1" place this renamed folder in the un-zipped folder if you haven't already
3:Then select all the files inside the modified un-zipped folder and select the option with the right mouse button to
"send to -> compressed (zipped) folder" and place the resulting zip file into your plugins folder before relaunching MCreator!
Hope this helps!! :D
Hi Nerdy, thanks for this great plugin! I found a bug in item tooltips plugin (I used Neoforge 1.20.4 and mcreator 2024.1.15821 when I found this bug).
When using entity dependency, mcreator gives an error. I looked into Mcreator logs and found something suspicious.
In procedures where I didn't use entity dependency, all was okay, but in procedures where I used entity dependency, there was an error, and I thought
that I can fix it myself. I looked into plugin folder neoforge 1.20.4 tooltip event(trigger) and changed "entity": "event.getPlayer()" to "entity": "event.getEntity()".
After that, this error didn't happen. And sorry for the bad English:)