Releases: dotundrscr/MinorAudioInconvenience
Releases · dotundrscr/MinorAudioInconvenience
Release list
0.2.4 - 1.21.x
Fixes:
- #1: The mod was incompatible with versions of Fabric Loader and owo other than
0.16.19and0.12.9or other mod versions for the respective mod loaders and game versions. This issue didn't affect NeoForge, as owo0.12.20was not released yet at the time of the issue being created. (Fabric: a02c973; NeoForge: 33e2675)
0.2.3 - 1.21.x
v0.2.2 - 1.21.x
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 useSoundEvent.of/SoundEvent.createVariableRangeEventwhen creating a replacement sound. (Fabric: 78773c4; NeoForge: 2519175) - Checking for existing config entries now uses
.removeIfinstead of aforloop. (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 textSet sound volume->Set Sound Volume...(Fabric: 43880fd; NeoForge: aced499)
NeoForge Changes
v0.1.1 - 1.21.4 (NeoForge Only)
v0.1.0 - 1.21.4
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):
v0.0.2 - 1.21.4
Changes:
- Bump dependencies for 1.21.4 (35b30b3)
v0.0.1 - 1.21.2-1.21.3
Changes:
- Added the entire mod. This is the first version, what did you expect?