mojira.dev
MC-99478

Chicken jockey zombies and pigmen spawn command only produce zombie or pigman

I have just updated minecraft to version 1.9.

In my base I have 3 chicken jockeys captured. I found that the zombies were no longer riding the chicken, but frozen mid air in a standing position, the chicken could move around fine. This is probably the result of me using an external world editing program called MCEdit.

I killed the zombies and tried using commands to spawn in new chicken jockeys. But the command only produced a regular baby zombie. I tried using the command both in chat and with a commandblock, same result. I also tried spawning zombie pigmen jockeys, and here the command only produced a regular baby pigman too.

I tried the command in several of my worlds with the same result. I also tried the command in minecraft 1.8.9, where it produced proper chicken jockeys like it should.

I also found that spawning a chicken jockey in minecraft 1.8.9, and then opening the same world in minecraft 1.9, preserved the chicken jockey in a working state.

I have attached a picture of the 2 scenarios with the commands visible in chat(to make commands visible i removed the slash in front of the command)

Attachments

Comments 2

you most likely still use the Riding tag, which is removed in 1.9, use Passengers instead

To expound upon FVbico's statement, one would change, for example:
/summon Zombie ~ ~ ~ {IsBaby:1b, Riding:{id:Chicken}}
to:
/summon Chicken ~ ~ ~ {Passengers:{id:Zombie, IsBaby:1b}}

Mathias Akselsen Kirkholt

(Unassigned)

Unconfirmed

Minecraft 1.9

Retrieved