Whenever I try to get a spawn egg with commands (e.g. /give @p minecraft:spawn_egg 1 100) it always gives me the plain spawn egg that doesn't spawn anything.
Linked issues
Attachments
Comments 2
Duplicate of MC-86282. Spawn eggs now use NBT data instead of damage value to specify the mob. Example:
/give @p spawn_egg 1 0 {EntityTag:{id:EntityHorse}}
Intended. Spwn eggs now have a new tag that controls this, I forget the exact name.