-
Bug
-
Resolution: Fixed
-
Minecraft 15w31a, Minecraft 15w31c, Minecraft 15w32a, Minecraft 15w32b, Minecraft 15w32c, Minecraft 15w33a, Minecraft 15w33b, Minecraft 15w33c
-
None
-
Confirmed
Quite simply, the "CustomPotionEffects" does not work in with splash potions (note "splash_potion" is the new ID for splash potions as default potions no longer rely on the "Damage" value to determine both the effect and regular vs splash):
/give @p splash_potion 1 0 {CustomPotionEffects:[{Id:14,Duration:600}]}
/summon ThrownPotion ~ ~1 ~ {Potion:{id:splash_potion,tag:{CustomPotionEffects:[{Id:14,Duration:600}]}}}
In comparison to regular potions, in which the effect is applied correctly:
/give @p potion 1 0 {CustomPotionEffects:[{Id:14,Duration:600}]}
For reference, the following is the new "Potion" format that shifts away from using "Damage" values. This is for default potion effects, not custom ones:
/give @p splash_potion 1 0 {Potion:"minecraft:strength"}
- is duplicated by
-
MC-84019 Custom splash potions do absolutely nothing
- Resolved
-
MC-84087 Custom splash potion with commands gives splash water bottle with no effects
- Resolved
-
MC-84118 Custom Splash Potions Don't Work With The New Effects
- Resolved
-
MC-84648 2 In 1 - Splash potions ignoring the CustomPotionEffects tag+Custom potion names not working
- Resolved
-
MC-85305 Splash Potion Effects
- Resolved
-
MC-85573 Splash potion issue
- Resolved
-
MC-85589 Splash potions spawned with custom effects do not work
- Resolved
-
MC-86010 Custom lingering potions don't work
- Resolved
-
MC-86274 Custom Splash Potions Don't Work
- Resolved
-
MC-86552 Custom Effect Feature
- Resolved
- relates to
-
MC-82925 Potions in new snapshot turn into water bottles with no texture / missing texture
- Resolved
-
MC-84661 Glowing is considered a positive effect in potion item tooltips
- Open