mojira.dev
MC-85529

Disappearance of ThrownPotions

Modnote

From @unknown in [MC-82925]

Splash potions are now a seperate item (splash_potion) and both potion and splash_potion don't use the Damage value anymore to determine their type but instead use the tag Potion inside their tag tag.

I tried writing a summon-command for a ThrownPotion on my own... because that didn't get me any entity I searched it up and used CDFMan's example:
/summon ThrownPotion ~ ~ ~ {Potion:{id:373,Damage:16453,Count:1}}
Does this not work anymore? When executing it NOTHING happened... well... the third time I executed it my game crashed and I had to remove all entities in that area (mcedit) to be able to enter the world again...
Before the first crash I tested for all entities but no ThrownPotion was listed...
Am I just doing something wrong? If yes please help me there 😞

Sincerely, Stupping

Linked issues

Comments 2

I am having a problem summoning a thrownpotion of healing so I tried this command to make sure the command was working at all and it doesn't seem to be working. I copied this from a post of skylinerw's so I assumed it was going to work but no matter what I do, the command block keeps saying "Unable to summon object" and I haven't a clue why? I am in 1.11.2 btw. Not even AreaEffectCloud works.. Am I doing something horribly wrong? Maybe something changed?

/summon ThrownPotion ~ ~5 ~ {Potion:{id:"minecraft:lingering_potion",tag:{Potion:"minecraft:swiftness"}}}

EDIT: Thank you so much!

As of 1.11, the name for potion entity is now simply 'potion' or 'minecraft:potion'

Stubert Stupping

(Unassigned)

Unconfirmed

Minecraft 15w32c

Retrieved