mezz / ItemZoom

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

[Suggestion] Toggle for damage bar display #11

Closed TehNut closed 7 years ago

TehNut commented 7 years ago

I'd rather just see the item without a giant durability bar on it.

mezz commented 7 years ago

Implemented here: https://github.com/mezz/ItemZoom/commit/a0502f6df7f7459e86dad2289043fdab987afb02 In version 1.7

TehNut commented 7 years ago

Would that solution for damage bars work for items with a custom rendering for the damage bar?

mezz commented 7 years ago

It wont work for all of them, but I'm a bit reluctant to copy all the vanilla rendering code required to do it 100%.

TehNut commented 7 years ago

Isn't there a method for rendering items without the overlays? (damage bar and stack size)

mezz commented 7 years ago

Yes but I made damage bar and stack size into two different config options. Maybe that wasn't the right solution.

Prospector commented 7 years ago

tbh I don't see any reason you'd ever want the stack size there at all

maybe just have an option for stack size, and an option for everything

mezz commented 7 years ago

ItemZoom could be useful for people with low vision, so I thought the stack size might be useful.

Prospector commented 7 years ago

you can always recreate the stacksize effect or something

mezz commented 7 years ago

I think I'll just copy the vanilla code so it's done right. I'll probably break Optifine or whatever but I think I'm done worrying about that.

mezz commented 7 years ago

Fixed in ItemZoom 1.8