Skip to content

v0.2.2 - 1.21.x

Choose a tag to compare

@dotundrscr dotundrscr released this 21 Dec 12:07
· 6 commits to main since this release

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