sound changes, press sounds, remove pitch
This commit is contained in:
parent
c5219ce100
commit
c602585e6a
76 changed files with 231 additions and 251 deletions
|
@ -31,7 +31,7 @@ public class BlockJukebox extends Block
|
|||
// worldIn.setBlockState(pos, state, 2);
|
||||
// }
|
||||
// playerIn.triggerAchievement(StatRegistry.jukeboxClickedStat);
|
||||
worldIn.playSound(worldIn.rand.pick(SoundEvent.values()), pos.getX() + 0.5, pos.getY() + 0.5, pos.getZ() + 0.5, 1.0f, worldIn.rand.frange(0.5f, 2.0f));
|
||||
worldIn.playSound(worldIn.rand.pick(SoundEvent.values()), pos.getX() + 0.5, pos.getY() + 0.5, pos.getZ() + 0.5, 1.0f);
|
||||
}
|
||||
// else {
|
||||
// File dir = new File("midi");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue