mojira.dev
MC-71348

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

Comments 2

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.

jacob fitzgerald

(Unassigned)

Unconfirmed

Minecraft 1.8

Retrieved