mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-02 12:35:27 +02:00
Removed more Kraken references - configurable branch
This commit is contained in:
@@ -101,8 +101,4 @@ public class SoundManager {
|
||||
public static float getPopPitch() {
|
||||
return ((Misc.getRandom().nextFloat() - Misc.getRandom().nextFloat()) * 0.7F + 1.0F) * 2.0F;
|
||||
}
|
||||
|
||||
public static float getKrakenPitch() {
|
||||
return (Misc.getRandom().nextFloat() - Misc.getRandom().nextFloat()) * 0.2F + 1.0F;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user