mojira.dev
MC-64621

Killing a mob being ridden by an item creates an unretrievable item

What I expected to happen
I would be able to pick up the item after the mob was dead, since summoning an item (/summon Item) allows me to do so.

What actually happened
I couldn't pick up the items, nor they were gone. They just stayed above the ground, and I couldn't pick them up, even though my inventory wasn't full.

Steps to Reproduce
1. Execute this command:

/summon Silverfish ~ ~1 ~ {Riding:{id:Item,Item:{id:1}}}

2. Kill the mob

3. Try to pick up the dropped item. You won't be able to.

Attachments

Comments 3

In order for that to happen, You have to not define the Count tag. ALWAYS define the tag or you will not be able to get the item.

/summon Item -999 68 1017 {Item:{id:sponge,Count:1},Riding:{id:Silverfish}}

That will spawn a silverfish with a sponge on top that you can pick up, but you also don't have to kill the mob. This can be done, but not as easily.

Rather (for stone)

/summon Item ~ ~1 ~ {Item:{id:stone,Count:1},Riding:{id:Silverfish}}

Mmm, I see. Thanks for the info!

Luís Alves

michael

Unconfirmed

Minecraft 14w31a

Retrieved