link-discord / mineflayer-auto-eat

Auto eat plugin for mineflayer
https://www.npmjs.com/package/mineflayer-auto-eat
MIT License
33 stars 4 forks source link

1.17 has broken it #12

Closed Pabim closed 3 years ago

Pabim commented 3 years ago

Just doesn't work anymore no matter what (my friend has also had this issue)

bot just wont eat

link-discord commented 3 years ago

Not really sure what it is. Do you get any errors? or does it just not log anything

Pabim commented 3 years ago

Not really sure what it is. Do you get any errors? or does it just not log anything

No error, just doesnt work. :(

Thithan77 commented 3 years ago

I can confirm it doesnt work anymore. I can manually eat with bot.consume() but the automatic way doesnt way with no errors. I can see too that

bot.on('autoeat_started', () => {
  console.log('Auto Eat started!')
})

bot.on('autoeat_stopped', () => {
  console.log('Auto Eat stopped!')
})

never logs

Have a nice day

link-discord commented 3 years ago

I will look into it tomorrow

link-discord commented 3 years ago

Its probably because I did not update it to use the latest minecraft data version which is why it wont work in 1.17

link-discord commented 3 years ago

Should be fixed in the latest ver of mineflayer-auto-eat Since I updated minecraft-data to the latest version