OpenBlocks

OpenBlocks

56M Downloads

Sprinklers don't like it to be saved and reloaded

JomerDev opened this issue ยท 4 comments

commented

Every time i save my Testworld and load it again, all my Sprinklers look like this:

2013-08-22_02 51 49

commented

I think there is a bit of confusion between the block rotation and sprinkler rotation in the code.
This bug should go away with the fixing of #27
Can you place the sprinkler in another direction and see if it sprays the same?

commented

I've tried it with different directions, but after the reload, all of them sprayed in the same direction...

2013-08-22_03 24 18
2013-08-22_03 24 30

commented

Yup seems all the NBT data is being stupid

commented

This is probably because of ticksSinceChange(Flags.isClockwise)
This can certainly be fixed by removing the un-required networking.