Unbreakable Armor with Damage Values has no texture
So, basically, if you use the command /give @p diamond_helmet 1 1
{Unbreakable:1}, it'll give you the item, but with the missing texture texture. This works for all armor types.
Linked Issues
Created Issue:
Unbreakable Armor with Damage Values has no texture
So, basically, if you use the command /give @p diamond_helmet 1 1
{Unbreakable:1}, it'll give you the item, but with the missing texture texture. This works for all armor types.
Added Linked Issues:
is duplicated by
Added Linked Issues:
duplicates
Removed Linked Issues:
is duplicated by
Duplicate of MC-71348. You cannot give an unbreakable item a damage value other than 0.
You're giving yourself a diamond helmet with a damage value of 1, which is meant to give an invalid texture by default. For it to work properly, set the damage value to 0.
/give @p diamond_helmet 1 0 {Unbreakable:1}(Reply to Sonic) Damage value is still used on armor, from what I can tell. Damage values of more than 0 shouldn't cause this by default, but when combined with 'Unbreakable' tag I assume the game has a special case saying that there shouldn't ever be unbreakable items with any amount of damage.