if (tile != null) {
tile.xCoord = coords.posX;
tile.yCoord = coords.posY;
tile.zCoord = coords.posZ;
tile.updateContainingBlockInfo();
}
//if (block != null)
// block.onNeighborBlockChange(worldObj, coords.posX, coords.posY, coords.posZ, ThaumicTinkerer.registry.getFirstBlockFromClass(BlockTransvectorDislocator.class));