fixed door schematic saving, for #1962
This commit is contained in:
parent
dd4b1c53f8
commit
f2c682b30f
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