I want to give the player a spawn egg with damage value and a custom display name:
/give @a spawn_egg 1 0 {EntityTag:{id:Squid,tag:{Custom:{Name:"Test"}}}}
However it doesn't work
I want to give the player a spawn egg with damage value and a custom display name:
/give @a spawn_egg 1 0 {EntityTag:{id:Squid,tag:{Custom:{Name:"Test"}}}}
However it doesn't work
Invalid. Correct usage:
< /give @a spawn_egg 1 0 {EntityTag:{id:Squid,CustomName:"Test"}} >