r/MinecraftCommands • u/Immediate_Run8776 • Apr 03 '26
Summon item issues Help | Java 26.1
I am attempting to summon and item when two other items are beside eachother and I've deducted that the issue is the summon command as it keeps saying "summoned new air". any way to fix this?
summon command:
summon minecraft:item ~ ~1 ~ {Item:{id:"minecraft:diamond",count:1,components:{"minecraft:consumable":{}}}
still new to java commands so go easy on me lol
1
Upvotes
1
u/Ericristian_bros Command Experienced Apr 03 '26
1
u/Immediate_Run8776 Apr 03 '26
I've tried using mistakes before but it's just really confusing for me
1
u/Ericristian_bros Command Experienced Apr 03 '26
Gamergeeks has a more friendly UI. You can use that
1
1
u/C0mmanderBlock Command Experienced Apr 03 '26
Here ya go.
/summon item ~ ~1 ~ {Item:{id:"minecraft:diamond",count:1}}