Merge branch '6.1.x' of github.com:BuildCraft/BuildCraft into 6.1.x
This commit is contained in:
commit
32f7dbe0dc
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ public class SchematicDoor extends SchematicBlock {
|
|||
@Override
|
||||
public void rotateLeft(IBuilderContext context) {
|
||||
meta = rotateMeta(meta);
|
||||
upperMeta = rotateMeta(upperMeta);
|
||||
}
|
||||
|
||||
private int rotateMeta (int meta) {
|
||||
|
|
Loading…
Reference in a new issue