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. (
ba92b64
)
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. (
b204de5
)
Major Changes
- NeoForge versions now support 1.21.x using Stonecutter! (
9d71bb4
) - The mod version format is now
(mod version)-neoforge-(minecraft version)
. (2519175
)
Changes
- Play sound mixin and
Set volume for a sound...
screen now useSoundEvent.createVariableRangeEvent
when creating a replacement sound. (2519175
) - Checking for existing config entries now uses
.removeIf
instead of afor
loop. (9d71bb4
) - Autosave the configuration when slider changes instead of saving manually with a button in the
Set volume for a sound...
screen. (21fc952
) - Change the
Set volume for a sound...
button textSet sound volume
->Set Sound Volume...
(aced499
) - Remove
owo-sentinel
. (9d71bb4
) - Add the mod icon. (
6e05efa
)
Changes
- Change the
Set volume for a sound...
button textSet sound volume
->Set Sound Volume...
(43880fd
)