I finally give in. Made the crusher quieter.

This commit is contained in:
Ellpeck 2016-12-03 12:34:49 +01:00
parent 14c776df1b
commit d410c7c295

View file

@ -137,7 +137,7 @@ public class TileEntityGrinder extends TileEntityInventoryBase implements IButto
}
if(shouldPlaySound){
this.world.playSound(null, this.getPos().getX(), this.getPos().getY(), this.getPos().getZ(), SoundHandler.crusher, SoundCategory.BLOCKS, 0.15F, 1.0F);
this.world.playSound(null, this.getPos().getX(), this.getPos().getY(), this.getPos().getZ(), SoundHandler.crusher, SoundCategory.BLOCKS, 0.025F, 1.0F);
}
}
}