mezz / ItemZoom

Minecraft Mod that shows a big version of the item you hover over.
MIT License
13 stars 7 forks source link

[Suggestion] Itemstack Type Zooming #5

Closed ChloeDawn closed 7 years ago

ChloeDawn commented 7 years ago

A config to limit zooming to certain types of itemstacks, i.e only zoom block items and ignore 'item' items; and vice versa.

mezz commented 7 years ago

Unfortunately this is not a simple feature and I wont be able to add it. Things like flowers, torches, rails, flower pots, glass panes, etc which display as flat are still considered Block items in code, while other 3d things like heads are not.