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)