few fixes to make it actually run

This commit is contained in:
MiniDigger | Martin
2021-06-12 02:22:53 +02:00
parent 4ee49ddf71
commit ee5185e59f
4 changed files with 21 additions and 5 deletions

View File

@@ -2302,7 +2302,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
}
}
+ /* // Paper start - comment out useless overrides @Override
+ // Paper start - comment out useless overrides @Override - TODO figure out why this is suddenly important to keep
@Override
public BlockPos.MutableBlockPos setX(int i) {
super.setX(i);
@@ -2310,7 +2310,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
super.setZ(i);
return this;
}
+ */ // Paper end
+ // Paper end
@Override
public BlockPos immutable() {