build(deps)!: update azalea and refactor go_to

This commit is contained in:
2025-04-16 01:02:55 -04:00
parent f9495a36f2
commit 505b1a26af
6 changed files with 337 additions and 162 deletions

View File

@@ -35,9 +35,6 @@ end
function steal(item_name)
for _, chest_pos in ipairs(client:find_blocks(client.position, get_block_states({ "chest" }))) do
client:go_to({ position = chest_pos, radius = 3 }, { type = RADIUS_GOAL })
while client.pathfinder.is_calculating or client.pathfinder.is_executing do
sleep(500)
end
client:look_at(chest_pos)
local container = client:open_container_at(chest_pos)