Minecraft – the spawn code for pine wood in Minecraft

minecraft-java-edition

What spawn code do I need to use to spawn pine wood block in multiplayer? On some website I saw something like 17-1 (17 for the sapling, and 1 for pine since 1 is the type of a sapling).. But when I try spawning 17-1, i get the "There's no item with id 17-1" message. Oh and I tried googleing, but can't find the code anywhere.. Hints? Thank you.

(using up-to-date Minecraft 1.7)

Best Answer

Vanilla support for this has been added. The syntax is:

/give <playername> <data-value> [amount] [damage-value]

Note that if you specify a damage value, you must specify an amount.

So for this specific case, you would use:

/give <your-name> 6 <how-much-you-want> 1