1.10 update, added new "no gravity state of %entities%" expression.

This commit is contained in:
TheBukor
2016-06-09 20:37:37 -03:00
parent 8ec8133c89
commit de38805126
5 changed files with 800 additions and 2 deletions
@@ -51,7 +51,7 @@ public class EffResourceSound extends Effect {
float vol = (volume == null ? 1.0F : volume.getSingle(e).floatValue());
float pitch = (this.pitch == null ? 1.0F : this.pitch.getSingle(e).floatValue());
for (Player p : ps) {
p.playSound(loc, s, vol, pitch );
p.playSound(loc, s, vol, pitch);
}
}
}