So I've added a custom icon for my server selector using the diamond hoe's durability in the custom resource pack and it loads fine except for a small black bar covering the image and I know there isn't one in the image, here is what it looks like: http://prntscr.com/fczoqq
Any ideas on how to remove this black bar?
Attachments
Comments 7
@@unknown next time please attach screenshots directly to a report instead of uploading them to a third party site.
Edit: And you can also directly zip the resource pack content instead of zipping the folder containing the resource pack content since Minecraft is able to load zipped resource packs as well.
This is likely intended. The black bar you are seeing is probably the durability bar. I am not too familiar with resource pack creation, but I assume you need to set Unbreakable:1b
(even though that appears to be a little bit hacky), for example
/give @p minecraft:diamond_hoe 1 10000 {Unbreakable:1b}
Edit: And then probably add 4 to the HideFlags
value, see the wiki article.
Please attach the resource pack