Summon items into Minecraft with 1 simple command item generators.
Video Summary
In this video I show a simple way to summon any item in Minecraft using one straightforward /summon command, without relying on /clone, /setblock, or chest setups that leave XP or create messy blocks. I walk you through getting a command block, grabbing the exact coordinates, and using the correct NBT tag (case-sensitive) to set the item ID and count. I also demonstrate setting the command block to repeat for rapid spawning and using /execute to summon items at mobs like chickens or even players.
Formatted Transcript
Hey everybody, it’s UnderMyCap. In this post, I’m going to show you something really cool that I randomly discovered: how to summon items in Minecraft with one simple command.
This method does not use /clone, not /setblock, and you’re not just using /give. It’s a straightforward command that summons any item you want, anywhere you want.
Why This Method Is Better
A lot of older setups are annoying for different reasons:
One approach uses cloning and then deleting the cloned structure, but it often leaves behind extra XP, which gets really annoying.
Another method involves spawning a chest or other storage block, but it can also create a huge chunk of chests, which is not ideal.
This command, on the other hand, simply summons the item directly—clean and easy.
What You Need
You’ll need a command block. To get one, use:
/give @s command_block
Place the command block on the ground wherever you want to build your setup.
The Basic Command (Summon an Item at Coordinates)
This uses the /summon command. Since we’re summoning an item entity, we start with:
/summon minecraft:item
Step 1: Get the Coordinates
To summon the item exactly where you want it, you’ll need coordinates. Point your crosshair at the block (or location) you want to summon the item at, then use your preferred method to get the coordinates. Once you have them, use those coordinates in your command.
Step 2: Add the NBT Data (This Is Required)
If you just summon minecraft:item without NBT data, nothing useful happens. The NBT tells the game which item to create.
Capitalization matters here, so make sure you copy it exactly.
Use this structure:
/summon minecraft:item X Y Z {Item:{id:"minecraft:iron_ingot",Count:1b}}
Replace X Y Z with your coordinates.
If the item name normally has a space in it, Minecraft uses underscores instead. For example, use something like minecraft:netherite_ingot (not “netherite ingot”).
Also, make sure you spell Item correctly—only one “I” at the start.
Summoning Different Items
You can swap out the item ID to summon anything you want. For example:
/summon minecraft:item X Y Z {Item:{id:"minecraft:netherite_ingot",Count:1b}}
Or stone:
/summon minecraft:item X Y Z {Item:{id:"minecraft:stone",Count:1b}}
Spawning Lots of Items Automatically
If you set your command block to Repeat, it will continuously summon items, spawning a whole bunch very quickly.
Executing the Command at an Entity (Example: Chickens)
You can also run this command at a target entity using /execute. For example, to summon iron ingots at every chicken, use:
/execute at @e[type=chicken] run summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:iron_ingot",Count:1b}}
When using /execute, you can replace the coordinates with ~ ~ ~ to use the target’s current position.
This also works on players or any other entity—you can change the selector to whatever you need.
Wrapping Up
That’s basically the command. I hope this helped—this was something I found out of nowhere, and it’s such a useful trick that I figured a lot of people would want to know it.
If you enjoyed this, please leave a like and subscribe. I also have a donation link in the description, along with my socials you can check out. See you in the next one.
Video Thumbnail
Recommended Items Based On Post
- 【Compact & Portable Magnetic Tiles for On-the-Go Play】 Perfect for travel, this mini magnetic tile set is designed for e…
- 【Strong Magnets & Full Compatibility】 Engineered with powerful magnets that ensure stable constructions, our travel-size…
- 【STEM Educational Building System】 Spark cognitive development through hands-on learning! These magnetic tiles naturally…
Advertisment




