sound changes, press sounds, remove pitch
This commit is contained in:
parent
c5219ce100
commit
c602585e6a
76 changed files with 231 additions and 251 deletions
|
@ -133,7 +133,7 @@ public class BlockRedstoneTorch extends BlockTorch
|
|||
|
||||
if (this.isBurnedOut(worldIn, pos, true))
|
||||
{
|
||||
worldIn.playSound(SoundEvent.FIZZ, (double)((float)pos.getX() + 0.5F), (double)((float)pos.getY() + 0.5F), (double)((float)pos.getZ() + 0.5F), 0.5F, 2.6F + (worldIn.rand.floatv() - worldIn.rand.floatv()) * 0.8F);
|
||||
worldIn.playSound(SoundEvent.FIZZ, (double)((float)pos.getX() + 0.5F), (double)((float)pos.getY() + 0.5F), (double)((float)pos.getZ() + 0.5F), 0.5F);
|
||||
|
||||
for (int i = 0; i < 5; ++i)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue