Modnote
From @unknown in [MC-82925]
Splash potions are now a seperate item (
splash_potion
) and bothpotion
andsplash_potion
don't use theDamage
value anymore to determine their type but instead use the tagPotion
inside theirtag
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
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?
EDIT: Thank you so much!