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

How do I change glass step sounds to not also have wood step sounds? #836

Open
Dovahbear99 opened this issue May 12, 2024 · 0 comments
Open

Comments

@Dovahbear99
Copy link

Using Dynamic Surroundings v3.6.1.0 for Minecraft 1.12.2

Is there a way to change glass so it doesn't also make wood step sounds? I changed almost all of the sounds in the mod to Source Engine sound effects, but glass has this weird effect where it also plays wood stepping sounds along with the glass sounds.

I couldn't find a way to have it only play the glass sounds for walking, even after setting this up in a json in the dsurround folder:

        "footsteps":{
			"minecraft:glass": "glass"
        },

I tested it with another profile, "mud", just to be sure that it works, and it worked. I got squishy sloshy sounds when walking on glass blocks as expected, and no wood stepping sounds. However, when I changed it to "glass", the wood step sounds came back, leading me to believe it's part of the "glass" acoustic profile and cannot be changed.

The list of acoustic profiles (on both github and readthedocs) lists glass as simply just glass and not glass,wood, even though the latter is what is heard in game.

Is there maybe a way to have it grab only specific sound effects from the jar? I couldn't find any documentation for doing that, but I think it's my only workaround unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant