Creating a chest with a specific spawn egg inside

I am trying to make a parkour for my server and the prize would be a villager egg but when I use this command to refresh the chest for others it's just an egg that says: "spawn"

/summon FallingSand ~ ~4 ~ {TileID:146,Time:0.9,TileEntityData:{Items:[{id:383,Slot:1,Count:1}]}

How do I make this a villager egg?


Solution 1:

Your spawn egg isn't a villager egg if you don't set its damage value. In your case try Damage:120 in addition to the id, count, and slot.