Skip to content

Conversation

@nerd8622
Copy link

@nerd8622 nerd8622 commented Jan 5, 2026

In Create 6.0.9 on NeoForge 21.1.217, there is a bug where ContinuousSound sounds such as cog and shaft ambience are not played. This usally happens when you log in to a server or singleplayer world where there are already spinning cogs, and can be fixed in game be either reloading resources (F3-T) and thus triggering a SoundScapes.invalidateAll, or by teleporting away such that the machines get unloaded and then teleporting back (or by retoggling the ambient sound config. From my testing, this bug is a result of a desync between Create (ContinuousSound instances) and the Minecraft SoundManager. This pull request introduces a potential fix by ensuring sounds in the continuous sound list in the SoundScape class are actually playing in the Minecraft SoundManager every few ticks. I have tested in game and this patch fixes the audio bug without side effects, but it may not be the best or most idiomatic solution. Even if this is not the route taken, I would apreciate feedback on the PR and hope this is at least a good starting point.

@vercte vercte added pr type: fix PR fixes a bug pr flag: simple PR has minimal changes labels Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr flag: simple PR has minimal changes pr type: fix PR fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants