Skip to content

Releases: dotundrscr/MinorAudioInconvenience

0.2.4 - 1.21.x

Choose a tag to compare

@dotundrscr dotundrscr released this 29 Jan 16:56

Fixes:

  • #1: The mod was incompatible with versions of Fabric Loader and owo other than 0.16.19 and 0.12.9 or other mod versions for the respective mod loaders and game versions. This issue didn't affect NeoForge, as owo 0.12.20 was not released yet at the time of the issue being created. (Fabric: a02c973; NeoForge: 33e2675)

0.2.3 - 1.21.x

Choose a tag to compare

@dotundrscr dotundrscr released this 29 Dec 13:21

Changes:

  • Rewrite Play Sound mixin. This allows to set sound volume outside of a world. You can read the commit description for a more technical explanation. (Fabric: b204de5; NeoForge: ba92b64)

v0.2.2 - 1.21.x

Choose a tag to compare

@dotundrscr dotundrscr released this 21 Dec 12:07

Yes, the GitHub releases are skipping 0.2.0 and 0.2.1, because I wanted to make a new GitHub release when I finish Stonecutter support for both ports. The changelogs below include changes from 0.2.0 and 0.2.1. I also probably missed something.

Major Changes

  • Both ports (Fabric, NeoForge) now support 1.21.x using Stonecutter! (Fabric: 78773c4; NeoForge: 9d71bb4)
  • The mod version format is now (mod version)-(mod loader)-(minecraft version). (Fabric: 78773c4; NeoForge: 2519175)

Changes

  • Play sound mixin and Set volume for a sound... screen now use SoundEvent.of/SoundEvent.createVariableRangeEvent when creating a replacement sound. (Fabric: 78773c4; NeoForge: 2519175)
  • Checking for existing config entries now uses .removeIf instead of a for loop. (Fabric: 78773c4; NeoForge: 9d71bb4)
  • Autosave the configuration when slider changes instead of saving manually with a button in the Set volume for a sound... screen. (Fabric: ca0f9f3; NeoForge: 21fc952)
  • Change the Set volume for a sound... button text Set sound volume -> Set Sound Volume... (Fabric: 43880fd; NeoForge: aced499)

NeoForge Changes

v0.1.1 - 1.21.4 (NeoForge Only)

Choose a tag to compare

@dotundrscr dotundrscr released this 17 Dec 13:28

This version is only for NeoForge.

Changes:

  • Add owo as a dependency in NeoForge metadata (2c81080)

v0.1.0 - 1.21.4

Choose a tag to compare

@dotundrscr dotundrscr released this 17 Dec 13:17

Major Changes:

  • The mod now supports NeoForge.
  • The versions are now suffixed with their respective mod loader. (i.e. 0.1.0-fabric, 0.1.0-neoforge)

Changes (Fabric):

  • use SoundManager.getKeys method instead of making the sounds map available through the access widener (1b50ac3)
  • replace Optional arguments null -> Optional.empty (3bff8f5)

v0.0.2 - 1.21.4

Choose a tag to compare

@dotundrscr dotundrscr released this 15 Dec 09:32

Changes:

  • Bump dependencies for 1.21.4 (35b30b3)

v0.0.1 - 1.21.2-1.21.3

Choose a tag to compare

@dotundrscr dotundrscr released this 13 Dec 17:35
1ce47a8

Changes:

  • Added the entire mod. This is the first version, what did you expect?