Minecraft Blogs / Tutorial

How to spawn Dropped Items!

  • 21,423 views, 3 today
  • 4
  • 1
  • 9
TheXsource's Avatar TheXsource
Level 44 : Master Warrior
13
Have you ever had the frustration on spawning item entities? or maybe you just don't know how?
Well you too can do this also!
All you need is a command block and a button and we can get crack'alackin!
First Type in this: ;
/summon Item X Y Z
Now Item is the entity id for dropped items.
In replace of the X Y Z are the coordinates where it is gonna be spawned in.

Next:add in this tag:
{Item:{id:#,Damage:#,Count:#}}
Inside the #s you need to put in your value of each specific tag.
id = the item id of the item you want to spawn
Damage = the value of it either being damaged or has counterparts of its self.
(Note:Item Damage refers to Equipment and Tool, as for Damage Data Value refers to counterparts of the item you are spawning.
e.g.A mob head has 5 counterparts so you need to use the Damage Value into either 2,3,4 or 5 to get the respective mob head you want.)

Now that you have input all of the commands together it should look like this:
/summon Item X Y Z {Item:{id:#,Damage:#,Count:#}}

again just input you values to their respective places.

now put the button on and activate and it should work!

One thing:you can also add in some extra tags like custom names,attributes and etc., but you have to figure that on your own!

If you can't i'll do a later tutorial for this kind of spawning.
Tags

Create an account or sign in to comment.

RoboMeister
01/11/2017 7:41 pm
Level 1 : New Engineer
RoboMeister's Avatar
Can someone do an example of a diamond? 1.8.9, please.
1
Tocaraca3
05/12/2016 1:35 pm
Level 5 : Apprentice Explorer
Tocaraca3's Avatar
Yes! You can summon -1 arrows to have infinite! That will be very useful for minigames.
1
PennyJim
04/30/2016 9:53 pm
Level 1 : New Explorer
PennyJim's Avatar
How do I summon bonemeal... i know it's a dye, but all I can is summon red... in other words, how do i change the value.
1
EducatedWow
12/02/2016 5:08 pm
Level 1 : New Explorer
EducatedWow's Avatar
To change the color, just change the damage.
1
GabrielTheDude
04/02/2016 12:29 am
Level 6 : Apprentice Explorer
GabrielTheDude's Avatar
What if I want to spawn blocks on items. For example, i dropped a piece of stone, and (any specific) blocks will start appearing where the item is. Anyone got any ideas?
1
YorickIsTheBest
05/03/2015 7:06 pm
Level 1 : New Miner
YorickIsTheBest's Avatar
Is there any way i can use this in a mob spawner???
1
goodpoopie
10/23/2014 11:39 am
Level 6 : Apprentice Pig
goodpoopie's Avatar
Does anyone know how to remove the item when it lands on a pressure plate?
1
benjaminalan
12/30/2015 11:26 pm
Level 12 : Journeyman Engineer
benjaminalan's Avatar
/kill @e[type=Item,x=X,y=Y,z=Z,r=0]
1
Tman12lbs
04/29/2014 7:33 pm
Level 19 : Journeyman Pony
Tman12lbs's Avatar
i cant pick up spawned items?
1

Welcome