terrarium-earth / Heracles

A tree style questing mod allowing creators to set completable quests for their users
MIT License
35 stars 19 forks source link

[Bug]: Item icons in tasks and rewards don't have tooltips #73

Closed sisby-folk closed 1 year ago

sisby-folk commented 1 year ago

Bug Description

image

Without tooltips, items with enchantments or other NBT that isn't apparent in the model aren't exposed to the player.

How to Reproduce?

  1. add an enchanted book task or reward
  2. hover over its icon in the tasks or rewards pane
  3. no tooltippy

Expected Behavior

Tooltips for items icons in tasks and rewards! in the above, i'd expect:

image

as I have namespace item tooltips disabled in EMI.

Version

1.0.5

Mod Loader Version

0.20.2

Mod Loader

Quilt

Logs or additional context

Tooltips for entity paperdolls may also be useful, though i don't think this is a generic minecraft concept and "mob name\nnamespace" formatting is usually handled by something like EMI or WAILA, so i'm not sure how it'd be best implemented to have the namespace display be toggleable.

Code of Conduct