Skip to content

Instantly share code, notes, and snippets.

Created March 27, 2014 00:04
Show Gist options
  • Save anonymous/9796757 to your computer and use it in GitHub Desktop.
Save anonymous/9796757 to your computer and use it in GitHub Desktop.
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