Investigate wrong placement of doors
SpaceToad opened this issue ยท 2 comments
I believe I've found the source of the issue. According to http://minecraft.gamepedia.com/Data_values#Door , the upper half does no longer hold the rotation data on two least significant bits, instead it holds the info about flipping the hinge from right to left. Meanwhile, method buildcraft.builders.schematics.SchematicDoor.rotateLeft()
changes the upper half info as if it held the rotation info, ending up in actually flipping the door hinge.
I'd pull request that, but since I'm a bit busy now, you'd have to wait for me 8 hours for, like, one line fix. Never mind, I'll work on it in two hours and commit a pull request.