when i generate a farmer, the sprites dont include the tools
That is correct, the tools are in a separate spritesheet. This is because the tools animations extend past the 16x32 frame size. You'll have to layer the tool animation on top of the character in your game engine of choice.