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
Downloads:
8899
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
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
Plugins may contain bugs, break workspaces, or alter the way MCreator operates.
Plugins are not official or affiliated with Pylo in any way.
In case of any copyright infringement or suspicious downloads, please let us know as soon as possible.
Plugin downloads
Item Tooltips v1.7 - ItemTooltips.zip
Uploaded on: 01/16/2025 - 07:12 File size: 29.64 KB
Comments
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_
"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."