Unknown block given after custom item command
ran the following command:/give @a minecraft:diamond_sword 1 500 {Unbreakable:1,ench:[
{id:17,lvl:1000}]}
what I expected to happen: be given a diamond sword with 500 damage, unbreakable, and smite lvl 1000
what actually happened: I was given what looks like a pink and black block that is enchanted. when I looked at it in inventory, it still said it was a diamond sword with the enchants, but texture was not right. See screenshot
Environment
Windows 7 Pro x64, java 7 update 67
Linked Issues
Created Issue:
Unknown block given after custom item command
ran the following command:/give @a minecraft:diamond_sword 1 500 {Unbreakable:1,ench:[
{id:17,lvl:1000}]}
what I expected to happen: be given a diamond sword with 500 damage, unbreakable, and smite lvl 1000
what actually happened: I was given what looks like a pink and black block that is enchanted. when I looked at it in inventory, it still said it was a diamond sword with the enchants, but texture was not right. See screenshot
Environment
Windows 7 Pro x64, java 7 update 67
duplicates

You gave yourself an unbreakable diamond sword with a damage value of 500. For it to work properly, set the damage value to 0.
MC-57840