EmilyMansfield / rfwindmill

Minecraft mod adding Redstone Flux generating windmills
GNU General Public License v3.0
5 stars 7 forks source link

Rotor does not spin when RF/t is low but still non-zero #26

Closed EmilyMansfield closed 9 years ago

EmilyMansfield commented 9 years ago

When RF/t is less than ~5RF/s the rotor does not rotate at all, and then suddenly starts past that threshold. Integer degree rotation issues?

EmilyMansfield commented 9 years ago

Fixed as of commit 255d4db, was due to shitty old generation vs new generation check (casting to ints instead of checking eps)