!No particles and icon

It was never like this, if its a conflict between users, I don't mind
making a config setting for it.
This commit is contained in:
HexedHero 2020-05-18 13:44:26 +01:00
parent 970876b623
commit ff085d1dbe

View File

@ -33,6 +33,6 @@ public class PotionEffectData {
}
public PotionEffect toEffect() {
return new PotionEffect(type, (int) (duration * 20), level - 1);
return new PotionEffect(type, (int) (duration * 20), level - 1, true, false);
}
}