Item Tooltips

Supported MCreator versions
2022.2
2022.3
2023.1
EAP 2023.2.20712
2023.3
2023.4
2024.1
2024.2
2024.3
2024.4
Tags / plugin type
Procedures
tooltips
Downloads:
8915
Upvotes: 92
About the plugin

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

procedureprocedure

Procedure blocks


Changelog

v1.7
-Support for MCreator 2024.4

v1.6
-Support for MCreator 2024.3 and neoforge 1.21.1

v1.5
-Fixed the get text from line procedure not actually giving the text
-Added 2 new procedure blocks
-Support for 2024.2 and neoforge 1.20.6

v1.4.3
-Fixed the tooltip global trigger causing servers not to load on neoforge 1.20.4
License
MIT License

Plugin downloads
Item Tooltips v1.7 - ItemTooltips.zip Uploaded on: 01/16/2025 - 07:12   File size: 29.64 KB

Comments

"I'm using the Item Tooltips plugin to customize tooltips for items in my GUIs. However, I've encountered an issue: when I add a tooltip to a specific item within a GUI, that tooltip is also applied to the same item present in the player's inventory.

To resolve this issue, I suggest adding a new procedure block that would allow us to retrieve items from the GUI. This new block should be compatible with a block similar to 'Get Item from Slot 0 of the Currently Open GUI of Event/Target Entity'. This would allow me to apply tooltips only to the items displayed in the GUI, without affecting the player's inventory. This would save me from having to add many items to the mod just for use in the GUIs."

Hi guys. For some reason, when I use the "Remove tooltip line from position" block multiple times on the same item, the game crashes. I need to completely remove the description of all the potions in the game, but they take up several lines. How do I do this?

Some of my procedures are now blank after updating the plugin
https://imgur.com/a/UT3AeUt

I need to update 2024.3 There are a lot of plugins in the queue. I wonder when this one will be ready :D

I need help with the plugin. Recently I was making the tip for my item, but the description "when in main hand", "attack damage" and others keep appearing overlapping the description I want, I would like to send them below the description of my item, Without grotesquely changing the model in my description, any help?

My item:
https://prnt.sc/hxZsqt__oBNh

My example:
https://prnt.sc/3aWeKarFogj_

Hey! Thank u for your nice plugin, I'm not sure if it's due to technical limitations or some other reason, if possible, could you please place the rendering text above the attributes?

Really helped with my mod. Especially good when you want to be able to use the vanilla game language feature to translate item tooltips/lore.

could you please add mouse button into the "is the key.....pressed"? I've been looking for the mouse click detecting for a long time.