This has been a error on my part. Many apologies.
First: you have to write tag:{display:{Name:}}
If you want an item with the name
(no name), you have to run this command:/summon Item ~ ~-1 ~ {Item:{id:351,Count:1,Damage:100,tag:{display:{name:" "}}}}
' '
, you have to run this command:/summon Item ~ ~-1 ~ {Item:{id:351,Count:1,Damage:100,tag:{display:{name:' '}}}}
/summon Item ~ ~ ~ {Item:{id:351,Count:1,Damage:100,tag:{display:{Name:"Your name"}}}}
Reporter: Joshua cooper
Assignee: (Unassigned)
Created: 2014-01-28T17:33:22Z
Updated: 2025-05-04T03:54:56Z
Resolved: 2014-01-28T20:26:49Z
ADO:
Confirmation Status: Unconfirmed
Area:
Mojang Priority:
Category:
Labels:
Affects Versions: Minecraft 14w04b
Fix Versions:
Retrieved 2025-06-10T19:17:35Z
First: you have to write tag:{display:{Name:}}
If you want an item with the name
(no name), you have to run this command:
/summon Item ~ ~-1 ~ {Item:{id:351,Count:1,Damage:100,tag:{display:{name:" "}}}}
If you want an item with the name
, you have to run this command:
/summon Item ~ ~-1 ~ {Item:{id:351,Count:1,Damage:100,tag:{display:{name:' '}}}}