fixed bug in path builder, close #1490
This commit is contained in:
parent
31d95c9e4e
commit
63d4a5a055
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ public class TileBuilder extends TileBuildCraft implements IBuilderInventory, IM
|
|||
|
||||
currentIterator = it;
|
||||
|
||||
double dx = to.x - from.z;
|
||||
double dx = to.x - from.x;
|
||||
double dy = to.y - from.y;
|
||||
double dz = to.z - from.z;
|
||||
|
||||
|
|
Loading…
Reference in a new issue