aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/anthonyhilyard/iceberg/util/Tooltips.java
AgeCommit message (Collapse)Author
2022-12-22Added new selectors and item rendering capability.Anthony Hilyard
- Added wildcard item selector. - Added selector negation. - Added selector combination. - Item detail models can now be rendered via the custom item renderer. - Fixed several tooltip rendering bugs. - Added Minecraft 1.19.3 support.
2022-11-04Ported 1.0.49 changes.Anthony Hilyard
2022-09-26Added support for Configured 2.x.Anthony Hilyard
2022-07-24Added support for latest Forge and Configured.Anthony Hilyard
2021-12-30Ported 1.0.32 to 1.18.1. Added tooltip index to tooltip events, fixedAnthony Hilyard
text color alpha limitation.
2021-12-06Added support for ItemEdit-specified item color names. Fixed tooltipAnthony Hilyard
rect calculation.
2021-12-04Initial 1.18 port. Overhauled tooltip handling, added color code itemAnthony Hilyard
color support.
2021-11-26Added minimum width constrain option for tooltip rendering.Anthony Hilyard
2021-10-13Initial commit for 1.17.1 version.Anthony Hilyard
2021-10-11Fixed a null pointer exception during tooltip calculation. Fixed aAnthony Hilyard
compatibility issue with advancement-related mods.
2021-09-29Added extended tooltip rendering events to facilitate customization.Anthony Hilyard
2021-09-20Updated tooltip handling, added remote pre-item pickup event and networkAnthony Hilyard
protocol.
2021-08-26Added tooltip helper.Anthony Hilyard