Better bridge linking

This commit is contained in:
Anuken
2020-12-17 18:35:50 -05:00
parent 0cc3340bd6
commit 6815f3305f
8 changed files with 64 additions and 41 deletions

View File

@@ -165,14 +165,15 @@ public class BuildPlan implements Position{
@Override
public String toString(){
return "BuildRequest{" +
return "BuildPlan{" +
"x=" + x +
", y=" + y +
", rotation=" + rotation +
", recipe=" + block +
", block=" + block +
", breaking=" + breaking +
", progress=" + progress +
", initialized=" + initialized +
", config=" + config +
'}';
}
}