[1.16.5Bug] Frozen Effect has bugs when being removed
GoldenTotem opened this issue ยท 0 comments
Minecraft 1.16.5 Forge 36.2.35 Mod 1.5.27
-
Enter a new world and summon a pig.
-
Run command
/effect give @e[type=!minecraft:player,sort=nearest,limit=1] mowziesmobs:frozen
-
Run command
/effect clear @e[type=!minecraft:player,sort=nearest,limit=1]
-
The command return "An unexpected error occurred trying to execute that command"("java.util.ConcurrentModificationException")
-
Summon many pigs.
-
Run command
/effect give @e[type=!minecraft:player] mowziesmobs:frozen
-
Run command
/effect clear @e[type=!minecraft:player]
-
Only one pig is unfreezed and the command return "An unexpected error occurred trying to execute that command"("java.util.ConcurrentModificationException")
It is sure that frozen effect has problem, but I don't know why, maybe it is caused by it can change nbt to {NoAI:1b}