I am unable to use /give and /replaceitem to give colored items. For example, giving myself items like this:
/give xNerb dye{Damage:5s}
Just ends up in this:
https://i.imgur.com/v2ESUE6.png
As you can see, it has the tag Damage:5s, but it also have Damage:0s outside of that. I believe the problem is that the information in the tag doesn't override the data of the item. (If that made any sense, please help me figure out how to give myself colored items!)
Comments 3
That's the problem, I don't think there's a way in the current snapshot to give colored wool/dyes/terracota
The new command system does not support
Damage
in its current form, as it will move to thetag
tag. Then your command will be correct for things like swords, but still won't work for things like dyes as they will have separate IDs:rose_red
,bonemeal
,ink_sac
, etc.I'm not sure how this report should be resolved.