zhuowei / MCPELauncher

Source code for BlockLauncher, a launcher that patches Minecraft for Android
Apache License 2.0
680 stars 189 forks source link

Bug: showParticle on addEffect is not working #1439

Closed FanisDeligiannis closed 7 years ago

FanisDeligiannis commented 7 years ago

Not showing the particles on an effect is currently not possible

example: doing:

Entity.addEffect(Player.getEntity(),MobEffect.digSpeed,40,4,false,false);

will show particles, even though the it's set to false

Johnmacrocraft commented 7 years ago

Duplicate with #253

FanisDeligiannis commented 7 years ago

Oh well, my bad. Thanks for pointing out