PrismarineJS / mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.
https://prismarinejs.github.io/mineflayer/
MIT License
4.95k stars 904 forks source link

does unequip work ? #126

Closed rom1504 closed 11 years ago

rom1504 commented 11 years ago

when i try using unequip i get this : assert.js:102 throw new assert.AssertionError({ ^ AssertionError: unimplemented at InventoryWindow.Window.acceptInventoryClick (.../node_modules/mineflayer/lib/windows.js:104:14) at InventoryWindow.Window.acceptClick (.../node_modules/mineflayer/lib/windows.js:83:10) at onAccepted (.../node_modules/mineflayer/lib/plugins/inventory.js:715:14) at confirmTransaction (.../node_modules/mineflayer/lib/plugins/inventory.js:707:7) at Client. (.../node_modules/mineflayer/lib/plugins/inventory.js:850:5) at Client.EventEmitter.emit (events.js:96:17) at Socket.Client.setSocket.ended (.../node_modules/mineflayer/node_modules/minecraft-protocol/lib/client.js:39:12) at Socket.EventEmitter.emit (events.js:96:17) at TCP.onread (net.js:397:14)

andrewrk commented 11 years ago

Looks like a regression.

rom1504 commented 11 years ago

Ah it actually works for any destination except the hand.