KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

[Suggestion] Include Item Tooltips From Original Leaves #38

Closed ChloeDawn closed 6 years ago

ChloeDawn commented 6 years ago

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

ChloeDawn commented 6 years ago

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.