Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. S

    Resolved How to interact with Furnace interface ?

    I did thank you very much. I did not fully understood the delayUntil thanks for clarification. Again one step closer thanks again.
  2. S

    Resolved How to interact with Furnace interface ?

    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)...
  3. S

    Resolved How to interact with Furnace interface ?

    Thanks for the reply ill try that at home. I tried the development menu but i could not figure out how to find that interface Components since there was too many of them. I was trying furnace in edgeville
  4. S

    Resolved How to interact with Furnace interface ?

    Hello im trying to make emerald necklace at furnace. After i click smelt on furnace i dont know how to click on option Make Emerald necklace. public void execute() { if(!Menu.isOpen()) { Menu.open(); //InterfaceComponent furnaceInterface =...
Top