continue work on janky pregenerator

This commit is contained in:
dfsek
2021-01-04 01:29:51 -07:00
parent ee093397d3
commit 75fbda5a9f
10 changed files with 265 additions and 32 deletions
@@ -160,4 +160,9 @@ public class Location implements Cloneable {
public Vector3 toVector() {
return vector.clone();
}
@Override
public String toString() {
return "(" + getX() + ", " + getY() + ", " + getZ() + ")";
}
}