more autocrafting fixes

This commit is contained in:
PrototypeTrousers
2023-02-03 13:49:27 -03:00
parent 56268aba79
commit 472f1e65a2
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -324,8 +324,8 @@ public class Platform {
}
int x;
int y = (int) p.posY;
int z = (int) p.posZ;
int y = 0;
int z = 0;
if (tile != null) {
x = tile.getPos().getX();
y = tile.getPos().getY();