sound changes, press sounds, remove pitch
This commit is contained in:
parent
c5219ce100
commit
c602585e6a
76 changed files with 231 additions and 251 deletions
|
@ -47,8 +47,8 @@ public class EntityLightning extends EntityWeatherEffect
|
|||
|
||||
if (this.lightningState == 2)
|
||||
{
|
||||
this.worldObj.playSound(SoundEvent.THUNDER, this.posX, this.posY, this.posZ, 10000.0F, 0.8F + this.rand.floatv() * 0.2F);
|
||||
this.worldObj.playSound(SoundEvent.EXPLODE, this.posX, this.posY, this.posZ, 2.0F, 0.5F + this.rand.floatv() * 0.2F);
|
||||
this.worldObj.playSound(SoundEvent.THUNDER, this.posX, this.posY, this.posZ, 10000.0F);
|
||||
this.worldObj.playSound(SoundEvent.EXPLODE, this.posX, this.posY, this.posZ, 2.0F);
|
||||
}
|
||||
|
||||
--this.lightningState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue