Make the crusher a bit quieter

This commit is contained in:
Ellpeck 2016-08-05 03:25:12 +02:00
parent 6f47dca08b
commit 85e622cd8e

View file

@ -166,7 +166,7 @@ public class TileEntityGrinder extends TileEntityInventoryBase implements IEnerg
}
if(shouldPlaySound && !ConfigBoolValues.LESS_SOUND.isEnabled()){
this.worldObj.playSound(null, this.getPos().getX(), this.getPos().getY(), this.getPos().getZ(), SoundHandler.crusher, SoundCategory.BLOCKS, 0.25F, 1.0F);
this.worldObj.playSound(null, this.getPos().getX(), this.getPos().getY(), this.getPos().getZ(), SoundHandler.crusher, SoundCategory.BLOCKS, 0.15F, 1.0F);
}
}
}