Item Tooltips

Supported MCreator versions
2022.2
2022.3
2023.1
EAP 2023.2.20712
2023.3
2023.4
2024.1
Tags / plugin type
Procedures
tooltips
Downloads:
4461
Upvotes: 54
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.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.4.3 - ItemTooltips.zipUploaded on: 05/24/2024 - 11:27   File size: 19.65 KB

Comments

hello, thanks for the plugin! Please do it on 1.20.1
The code does not change from 1.19.2. I just took the code generated on 1.19.2 by your plugin and ported it to 1.20.1. Everything is working! But it's not very convenient.... Thank you!

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

Thank you very much for this plugin, but when will there be an update for 2023.3?

is it possible to display textures too? or add a new GUI for when the mouse's hovering on top of an item?

How can I solve the issue of all of my items having missing tooltip dependencies?

Perhaps use "ItemTooltipCallback" Trigger and "tooltip.add" Method for Fabric?

I'd really like to contribute to this but there seems to be no repository

It's for 2023.1!

I think you need to open the plugin.json file and change the minversion but it works with 2023.1! I use 2023.1 with Item Tooltips.