Question
What spawn code do I need to use to spawn pine sapling 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)
Answer
You can't spawn things with special data attached in the base game, such as pine saplings or colored wool.
You need a mod, like bukkit.
Then, the command would be /give BlueRaja 6:1 64
Check more discussion of this question.
No comments:
Post a Comment