Fix crank not attaching sideways.

This commit is contained in:
Sebastian Hartte
2020-08-23 23:49:50 +02:00
parent 66760865a3
commit 7df5bf4076
@@ -161,4 +161,9 @@ public class CrankBlock extends AEBaseTileBlock<CrankBlockEntity> {
}
}
@Override
protected boolean hasCustomRotation() {
return true;
}
}