Fabric port in progress

This commit is contained in:
Sebastian Hartte
2020-06-27 23:25:38 +02:00
parent 80fbb58d4f
commit b79cd732b2
368 changed files with 2498 additions and 2698 deletions
@@ -48,7 +48,7 @@ public class MetaRotation implements IOrientable {
@Override
public Direction getForward() {
if (this.getUp().getYOffset() == 0) {
if (this.getUp().getOffsetY() == 0) {
return Direction.UP;
}
return Direction.SOUTH;