Found the issue! So what was happening is the bot would sometimes overshoot the widget it was attempting to interact with and the mouse would end up still on top of the widget, but on a portion that didn't actually have the option to make the planks. The bot would continually try to make the planks, but wouldn't move the mouse because it determined it was already on top of the widget it needed to click and so it didn't need to move. Fortunately I able to determine if the interaction is successful or not, if it is not the mouse will now move and reattempt the interaction. This fix will be live in v2.0. I apologize for the delay in response, I am currently in the process of moving and that and schoolwork has distracted me lately.