This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hello, when I try to add 1 to all Lapis items score, it gives me this error:
[21:06:30] The dataTag does not match for 5ce3e329-610b-4f1e-b954-e6726f6ffc5e
(This is in 1.9, by the way)
Here is my command:
/scoreboard players add @e[type=Item] lapis 1 {Item:{id:dye,Damage:4}}
How exactly do I fix this?
/scoreboard players add @e[type=Item] lapis 1 {Item:{id:"minecraft:dye",Damage:4s}} You must specify the data types when testing an entity's tags. The quotes note that it is a string and the s is for short. It is also good practice to include the mod name before the item id, in this case it is minecraft. Well this is a weird little box I can't seem to get out of...
Quote from nigathan» /scoreboard players add @e[type=Item] lapis 1 {Item:{id:"minecraft:dye",Damage:4s}} You must specify the data types when testing an entity's tags. The quotes note that it is a string and the s is for short. It is also good practice to include the mod name before the item id, in this case it is minecraft. Well this is a weird little box I can't seem to get out of...
Hello, when I try to add 1 to all Lapis items score, it gives me this error:
(This is in 1.9, by the way)
Here is my command:
How exactly do I fix this?
Thanks! Works perfect!