Skip to content

Releases: RelativityMC/raise-sound-limit-simplified

1.2.0

26 Mar 13:31
1.2.0
8644bc9

Choose a tag to compare

Raise Sound Limit Simplified 1.2.0 for Minecraft Fabric 26.1 is released

Changelog:

  • Port to 26.1

1.1.15

26 Mar 08:05
1.1.15
2f2f376

Choose a tag to compare

Raise Sound Limit Simplified 1.1.15 for Minecraft Fabric 1.19-1.21.11 & NeoForge 1.21-1.21.11 is released

This should be the last release for versions before 26.1.

Changelog:

  • fix: prevent world random from leaking into sound engine

1.1.14

21 Dec 02:39
1.1.14
f07050f

Choose a tag to compare

Raise Sound Limit Simplified 1.1.14 for Minecraft Fabric 1.18.2-1.21.11 & NeoForge 1.21-1.21.11 is released

Changelog:

  • fix: freeze when output device is lost sometimes

1.1.13

12 Dec 12:21
1.1.13
a491ea9

Choose a tag to compare

Raise Sound Limit Simplified 1.1.13 for Minecraft Fabric 1.18.2-1.21.11 & NeoForge 1.21-1.21.11 is released

Changelog:

  • fix: crash in some rare cases on world join
  • fix: synchronize sound executor tasks to avoid crashes on sound engine restart (#21)

1.1.11

07 Dec 15:10
1.1.11
58391aa

Choose a tag to compare

Raise Sound Limit Simplified 1.1.11 for Minecraft Fabric 1.18.2-1.21.11 is released

Changelog:

  • Port to 1.21.11

1.1.10

28 Sep 10:47
1.1.10
553fb98

Choose a tag to compare

Raise Sound Limit Simplified 1.1.10 for Minecraft Fabric 1.18.2-1.21.9 is released

Changelog:

  • new: support for 1.21.9
  • fix: check sound set before checking sound
  • fix: use async dispatch for sound instance ticking

1.1.9

17 Jun 09:55
1.1.9
03ee613

Choose a tag to compare

Raise Sound Limit Simplified 1.1.8 for Minecraft Fabric 1.18.2-1.21.6 is released

Changelog:

  • Port to 1.21.6

1.1.8

13 Mar 16:08
1.1.8
15a9cb1

Choose a tag to compare

Raise Sound Limit Simplified 1.1.8 for Minecraft Fabric 1.18.2-1.21.4 & NeoForge 1.21-1.21.4 is released

Changelog:

  • NeoForge port
  • fix: use HashSet for pending sounds
  • fix: mixin failing to initialize some final fields

NeoForge: fb1fd09

1.1.6

26 Dec 09:04
1.1.6
2e066c2

Choose a tag to compare

Raise Sound Limit Simplified 1.1.6 for Minecraft 1.18.2-1.21.4 is released

Changelog:

  • fix: multiple music track playing at the same time

1.1.5

31 Oct 12:23
1.1.5
5db856a

Choose a tag to compare

Raise Sound Limit Simplified 1.1.5 for Minecraft 1.18.2-1.21.3 is released

Changelog:

  • new: 1.21.3 support
  • fix: avoid unsafe world random sccess
  • fix: target java 17 instead