Skip to content

Releases: GloryRedstoneUnion/PreciseVoice

PreciseVoice 1.1.0

Choose a tag to compare

@Xuan-Ming-mc Xuan-Ming-mc released this 01 Sep 13:15
  • Add the /voice resetall command.
  • Restore all volume multipliers to their defaults while preserving maxVolume.
  • Persist reset settings and refresh active sound playback.

PreciseVoice 1.0.1

Choose a tag to compare

@Xuan-Ming-mc Xuan-Ming-mc released this 31 Aug 12:25

Summary

PreciseVoice 1.0.1 improves how default volume values are stored and displayed.

Fixes

  • Hide volume options set to the default multiplier of 1.0 from /voice status.
  • Remove a per-sound override when it is reset to 1.0.
  • Clean legacy 1.0 per-sound overrides from PreciseVoice.json when loading.

Compatibility

  • Minecraft 1.20.1
  • Fabric Loader 0.15.0 or later
  • Fabric API required
  • Client-side only

PreciseVoice 1.0.0

Choose a tag to compare

@Xuan-Ming-mc Xuan-Ming-mc released this 31 Aug 12:06

Summary

PreciseVoice 1.0.0 is the initial public release of the client-side sound volume control mod for Minecraft 1.20.1.

Features

  • Adjust individual sound events with /voice <sound_id> <volume>.
  • Apply an overall multiplier with /voice all <volume>.
  • Review global and per-sound changes with /voice status.
  • Persist settings in PreciseVoice.json in the game instance root.
  • Use a default volume range of 0.0 through 3.0; the upper limit is configurable.

Compatibility

  • Minecraft 1.20.1
  • Fabric Loader 0.15.0 or later
  • Fabric API required
  • Client-side only