Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete SoundUtils to fix building #7196

Conversation

APickledWalrus
Copy link
Member

Description

This PR aims to fix build failures caused by Sound no longer being an enum. I deleted the class outright as it is unused and has no functionality (the necessary lang entries do not exist).


Target Minecraft Versions: any
Requirements: none
Related Issues: none

@APickledWalrus APickledWalrus added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. 2.9 Targeting a 2.9.X version release labels Nov 5, 2024
@ShaneBeee
Copy link
Contributor

ShaneBeee commented Nov 6, 2024

As far as I can see, the tests are still failing due to Sound#valueOf() still being used in the code in the EffPlaySound class.
Im thinking that should be fixed in this same PR as well.

@APickledWalrus
Copy link
Member Author

Ah yeah ill push a fix later today

@APickledWalrus
Copy link
Member Author

APickledWalrus commented Nov 8, 2024

Closing in favor of #7199

@APickledWalrus APickledWalrus deleted the patch/remove-sound-utils branch November 8, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.9 Targeting a 2.9.X version release bug An issue that needs to be fixed. Alternatively, a PR fixing an issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants