sound changes, press sounds, remove pitch
This commit is contained in:
parent
c5219ce100
commit
c602585e6a
76 changed files with 231 additions and 251 deletions
|
@ -128,7 +128,7 @@ public class EntityFireworks extends Entity
|
|||
|
||||
if (this.fireworkAge == 0) // && !this.isSilent())
|
||||
{
|
||||
this.worldObj.playSoundAtEntity(this, SoundEvent.LAUNCH, 3.0F, 1.0F);
|
||||
this.worldObj.playSoundAtEntity(this, SoundEvent.LAUNCH, 3.0F);
|
||||
}
|
||||
|
||||
++this.fireworkAge;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue