Created
March 27, 2014 00:04
-
-
Save anonymous/9796757 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
protected void func_145780_a(int p_145780_1_, int p_145780_2_, int p_145780_3_, Block p_145780_4_) | |
{ | |
this.playSound("mob.wolf.step", 0.15F, 1.0F); // this is randomized from 1 to 5 | |
this.playSound("mob.tiger.step", 0.15F, 1.0F); // this is randomized from 1 to 5 | |
this.playSound("wildanimals:mob.tiger.step", 0.15F, 1.0F); // this is randomized from 1 to 5 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment