mojira.dev
MC-79636

riding tag doesn't work for splash potion entities

you can't have a splash potion riding a bat. running this command will only spawn a splash potion, not a bat:

/summon ThrownPotion ~0 ~3 ~0 {Potion:{Count:1,id:"minecraft:potion",Damage:16396,Riding:{id:Bat}}}

Comments 1

You accidentally put the riding tag inside the potion effect data.

/summon ThrownPotion ~ ~3 ~ {Potion:{Count:1,id:"minecraft:potion",Damage:16396},Riding:{id:Bat}}

Lieuwe Mosch

(Unassigned)

Unconfirmed

Minecraft 1.8.4

Retrieved