minecraft:spell_effects triggers incorrectly
Partner Rank:
1
Partner Team Reporting:
Gamemode One
Verification builds and Platforms:
v1.13.0.1, Windows 10
Regression builds:
v1.12.0 and prior versions
Summary:
The minecraft:spell_effects component triggers if the containing component group gets removed.
Impact:
Affects live content & upcoming content
Repro Steps:
- Download the attached BP and apply it to a world
- Join the world and type "/tag @s add show_bug"
- Observe the result
Observed Results:
The player gets the levitation effect twice: Once the component group gets added and 2 seconds after the effect runs out (when the minecraft:timer component triggers to remove the component group again)
Expected Results:
The minecraft:spell_effects component doesn't trigger upon removing the containing component group