Minecraft how to summon items
Sophia Bowman
Updated on March 22, 2026

4. This answer is not useful. Show activity on this post. You are missing quotes on the id portion: id:minecraft:gold_ingot. When it is being parsed, it views the : in between minecraft and gold_ingot as command formatting. Here is the command with the quotes: /summon Item ~ ~ ~ {Item: {id:”minecraft:gold_ingot”,Count:1}} Share.
There are other answers below:
Supported PlatformsHow to Enter The CommandCommand GeneratorsThe /summon command is available in the following versions of Minecraft: * The version that it was added or removed, if applicable. NOTE:Pocket Edition (PE), Xbox One, PS4, Nintendo Switch, and Windows 10 Edition are now called Bedrock Edition. We will continue to show them individually for version history.See more on digminecraft.com
To spawn a block instead of an entity, use the setblock command instead of the summon command. setblock minecraft:water 50 70 100 turns the block at the coordinates 50-70-100 into water. If there was already a block there, it disappears.
hey guys whats up in this video i will show you how to summon items in 1.17 with one command here are the commands:/summon item ~ ~ ~ {Item:{id:”minecraft:Yo…
It’s FINALLY possible! =DCommand: You can find the command here: you enjoyed the video, a rating is much appreciated!–=…
Editing “~ ~1 ~” edits where the command block will summon the item. The tilde means directional, removing the tildes will spawn the item in the entered coordinate. Example: Replacing ~ ~1 ~ to 100 64 100 will spawn the item in at the coordinates x=100 y=64 and z=100. Editing the feilds of “{Item:{Id:1,Count:1}}
To summon a patrol captain pillager at the current position: summon pillager ~ ~ ~ minecraft:promote_to_patrol_captain; To summon a dolphin with the name “Dolphin” in a golden color: summon dolphin §6Dolphin ~ ~ ~ To summon a red dyable wolf: summon wolf ~ ~ ~ minecraft:on_tame; History []
summon minecraft:item 0 0 0 {Item:{id:”minecraft:coal”,Count:1b}} Just like in 1.12. The Count is necessary, otherwise it defaults to 0 and fails.
Related Questions
How to summon items using command blocks in Minecraft?
How to Summon Items using command blocks in 1.7.4 Find in a suitable place for the command block hidden from the sight of players in your map. Simply right click on your command block and a GUI will show up. Copy paste the following command into your command block.
How do I summon an item?
In order to summon an item, you have to add a data tag to specify which item to summon and the quantity of that item. Here is the command:
How do I summon an entity in Minecraft?
You can summon an entity (or mob) whenever you want using the /summon command in Minecraft. Let’s explore how to use this cheat (game command). TIP: If you need help generating your /summon command, try our Summon Mob Generator .
How do you summon a skeleton in Minecraft Java?
In this example, we will summon a skeleton in Minecraft Java Edition (PC/Mac) 1.14 with the following command: /summon skeleton. Type the command in the chat window. As you are typing, you will see the command appear in the lower left corner of the game window. Press the Enter key to run the command.