/setblock used in a command block will not allow the use of subsets (e.g. Red Wool 35:14). It will say in the last command used "There is no such item ID as {ID:SS}.
Comments 4
/setblock x y z blockId/name datavalue
Example:
/setblock ~ ~ ~ wool 8
This will replace the command block with light grey wool.
In the future please consult the Minecraft Wiki or the forums before making a report.
Oh sorry... thought it used the universal code ID:SS, which is the reason I reported it... sorry for wasting time...
How to reproduce:
1) Cheat in a Command Block
2) Put in a /setblock command and any subset block (Colored Wool, Wood [Besides oak], etc.)
3) Place any form of power
4) Activate command block with the power
5) Read the last command line
Should State as above, otherwise I did something wrong...