helperbot
helperbot copied to clipboard
miner: "Problem equipping stonebrick x 59"
I get this (in state walking) and get this in the console :
Error equipping: Error: Server rejected transaction.
at Bot.
I've seen this too. It's probably a mineflayer bug. I'll try to develop a test to duplicate the issue.
Do you put the item in the quickbar before equipping it ? (maybe the server could reject it if it is trying to equip an object not in the quickbar)
yes it does. here's the logic: https://github.com/superjoe30/mineflayer/blob/master/lib/plugins/inventory.js#L810
maybe it's related to https://github.com/superjoe30/mineflayer/issues/127 then ?