-
Bug
-
Resolution: Works As Intended
-
None
-
Minecraft 1.13-pre2, Minecraft 1.13-pre4, Minecraft 1.13-pre6, Minecraft 1.13.2, Minecraft 19w12b, Minecraft 19w13b, Minecraft 19w14a, Minecraft 19w14b, Minecraft 1.14 Pre-Release 2, 1.16.1, 20w51a, 21w11a, 1.18.1 Pre-release 1
-
Confirmed
-
(Unassigned)
When summoning an area_effect_cloud with WaitTime:0, it takes about 6 ticks for the cloud to apply its Effects to a player/mob within its radius.
AECs with WaitTime:0 and Duration:1..5 won't apply the effect before they despawn.
How to reproduce:
- Summon an AEC with WaitTime:0 and Duration:1..5. This cloud will not apply its Effects to a nearby player/mob.
- Summon an AEC with WaitTime:0 and Duration:6. This cloud will apply its Effects to a nearby player/mob, just before it's Age reaches 6 and it despawns.
Examples:
/summon area_effect_cloud ~ ~ ~ {WaitTime:0,Duration:5,Radius:10,Potion:"minecraft:weakness"}
won't apply the effect, while
/summon area_effect_cloud ~ ~ ~ {WaitTime:0,Duration:6,Radius:10,Potion:"minecraft:weakness"}
will.
- is duplicated by
-
MC-244715 Area Effect Clouds wait 6 ticks until applying effects
- Resolved