mojira.dev
MC-106192

spawn egg commands not working?

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

Comments 7

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.

/give @p minecraft:spawn_egg 1 0 {display:
{Name:"Spawn Iron Golem"},EntityTag:{id:"minecraft:ghast",Health:0.0f,Passengers:[
{id:"minecraft:villager_golem",PlayerCreated:0}]}}

See MC-85340 about using Passengers in spawn eggs.

/give @p minecraft:spawn_egg 1 0 EntityTag:{id:"minecraft:ghast"} no work

passengers used to work in spawn eggs 😞

Use {EntityTag:{id:"minecraft:ghast"}}

i dont know how to add a custom color to the spawn shulker eggs

This is not a help desk.

ik i just dont know where a help desk 4 that is

zippee100

(Unassigned)

Unconfirmed

Minecraft 16w32a

Retrieved