when i type in a command for my custom spawn eggs such as /give @p minecraft:spawn_egg 1 50 {display:{Name:"Spawn Iron Golem"},EntityTag:{id:"Ghast",Health:0.0f,Passengers:[{id:"VillagerGolem",PlayerCreated:0}]}}
should work in 16w32a i realised it gives me spawn instead
Entity IDs have been changed to comply with the naming scheme of other IDs. As well, since 1.9 spawn eggs do not use the
Damage
value to determine type of spawn egg.See MC-85340 about using
Passengers
in spawn eggs.