EmilyMansfield / rfwindmill

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

Windmill stops producing RF when world closed and reloaded #1

Closed EmilyMansfield closed 9 years ago

EmilyMansfield commented 9 years ago

A functioning windmill will stop producing RF when the world is closed and reloaded

EmilyMansfield commented 9 years ago

As of commit 492f29c RF production continues but only if there are no surrounding blocks on the same level; implies direction is not correctly saved and loaded. Production does not continue if a receiver was adjacent to the block, and whilst texture placement remains correct receivers break their connections and then connect to the other face pair.

EmilyMansfield commented 9 years ago

Fixed as of commit 29c4c87.