Posted February 25, 201510 yr Simple question for you guys. I am developing a fish mob and I noticed that it does a dirt stepping sound while moving around in shallow water. How can I silence this, it is really annoying when there are a lot of fish. I found sound for death and living ...but nothing about the stepping sound. Any idea?
February 25, 201510 yr There is a stepping sound method I believe. Look in EntityLivingBase. Maker of the Craft++ mod.
February 25, 201510 yr Author As funny as it sounds, I did not find anything up to the entity class for that. I really wonder where that sound comes from.
February 25, 201510 yr Try overriding the getSoundVolume method in your entity class, by default it return 1.0F, so lower that for a lower sound volume. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
February 26, 201510 yr In 1.7.10 I think the function is called func_145780_a(). Override that to return nothing or a different sound if you wish. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
March 2, 201510 yr Author In 1.7.10 I think the function is called func_145780_a(). Override that to return nothing or a different sound if you wish. YES THAT WAS IT!!!! Thank you so much Jabelar! Very good answer, as usual
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.