if(Hide.interact("Take"))
Execution.delayUntil(() -> !Hide.isValid() || !Hide.isVisible(), 2000, 3000);
If the GroundItem is below another item in the stack, it will just click on the stack, resulting in the wrong item getting picked up. It doesn't right click, to pick up the correct item.
I...