Hi i tried your code and it works thanks. But i have another issue idk if i can continue here in this post but i tried to set execution.DelayUntil like this:
if(makeEmeraldNecklace.click()){
Execution.delayUntil(() -> Inventory.getItems("Emerald necklace").size() == 13, 1000, 4000)...