Wii Nunchuck and Attiny85

Well, it seems I'm always posting for help when it comes to using my attinys. Anyways I'm working on a project that involves an Attiny85 receiving inputs from my wireless Nunchuck over i2c. I started with this library and an ard UNO:

http://todbot.com/blog/2008/02/18/wiichuck-wii-nunchuck-adapter-available/

All was working great, I noticed that the connection light on the Wii Nunchuck receiver blinked when successful i2c communication was first established. However, when I upload this project to the attiny, it doesn't seem to work (no blinking light and the servos don't move).

https://goddess-gate.com/projects/en/arduino/tinylaserturret

The end goal is for the attiny to act as a signal converter to output pwm throttle to a brushless esc (that's why I chose the turret project to work off of). I'm sure I'm not providing enough info for help (as always) but any help is appreciated.