How do I use /summon to spawn a certain type of item in minecraft? (Such as colored wool)
//ads -- adsterra.com -- native banner
?>
I want to spawn an enchanted golden apple for a boost in my adventure map (in 1.9) but I end up summoning a normal golden apple. What kind of ID do I add to this:
/summon Item ~ ~1 ~ {Item:{id:minecraft:golden_apple}
To make it spawn an enchanted golden apple? This goes for a lot of things such as colored wool, different wood, all the kinds/variety of stone etc.
Best Answer
The Damage short tag is what specifies metadata value. A metadata value of 1 is an enchanted golden apple:
/summon Item ~ ~1 ~ {Item:{id:"minecraft:golden_apple",Damage:1,Count:1}}
Pictures about "How do I use /summon to spawn a certain type of item in minecraft? (Such as colored wool)"



How do you summon a specific item in Minecraft?
How to Enter the CommandWhat is the command to summon a pink sheep in Minecraft?
/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.What is the command for red wool in Minecraft?
To get a rainbow sheep in Minecraft, make an anvil, place it down and open its UI. Use the leftmost slot for your nametag and click on the bar above the name tag. In order to make a rainbow slime you need to name it \u201cjeb_\u201d, it is case sensitive so make sure you do not capitalize the \u201cj\u201d.how to fill any colour of concrete by command in minecraft (check description)
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Raniro Coelho, Ave Calvar Martinez, Ivan Samkov, Magda Ehlers
