Inspirations

Inspirations

14M Downloads

[Suggestion] Include Item Tooltips From Original Leaves

ChloeDawn opened this issue ยท 1 comments

commented

My chromatic leaves include the colour variant in the tooltip and not the display name. Would it be possible to call Item#addInformation on the original Item instance that the enlightened bush was generated from, passing a copy of the original ItemStack used to create the bush? If that isn't possible, that's fine. I could add compatibility on my end, and inject into the item tooltip for your enlightened bushes using Forge's tooltip events.

Inspirations version: 0.1.3

commented

On second thoughts, I realise this would be a stupid idea as it would be useless for the majority of blocks, and may even carry over misinformation from uninherited block behaviour. I will implement some form of compatibility on my end.