Minecraft – the command for placing red wool

minecraft-commandsminecraft-java-edition

I'm trying to put red wool down with a command, and I've tried everything. minecraft:red_wool, minecraft:redwool, minecraft:37:14, but none of them work. I looked it up and it just tells me to put minecraft:wool, but that just places regular wool.

How can I put down red wool with a command?

Best Answer

Thanks: http://www.minecraftforum.net/forums/minecraft-discussion/redstone-discussion-and/351075-color-screens-with-the-new-setblock-command, http://minecraft.gamepedia.com/Wool

Simple command:

/setblock ~ ~ ~ wool <1-15>

Breakdown:

/setblock is the command. ~ ~ ~ is the 3 coordinates (X Y Z respectively). wool is the item that you place. <1-15> is the number that corresponds to the colour of the wool in Dec.

Here is the list:

 0 - white
 1 - orange
 2 - magenta
 3 - light blue
 4 - yellow
 5 - lime
 6 - pink
 7 - grey
 8 - light grey
 9 - cyan
10 - purple
11 - blue
12 - brown
13 - green
14 - red
15 - black