Angelo Sho Moraschi

Results 22 comments of Angelo Sho Moraschi

https://github.com/SeanMcCord/TreeToCreditsMinecraftControl ?

There's the findBlock function I don't think that feature will be added, mind explaining what Oresim does? I understand that it detects the ore locations, but that can be done...

> > It's probably for servers with anti-xray, which sends the ore as regular stone if it's too far. Unfortunately we don't have a way to simulate the ore generation...

What if you log the trades before closing the villager?

Maybe you should wait for the window to open with the `windowOpen` event

You should locate the item you want to click and pass `item.slot` to `clickWindow`

Get the Item you want to click in the window, then pass `item.slot` (a property of the Item) to the method `bot.clickWindow` (my bad I wrote "windowOpen", I meant "clickWindow")