PrismarineJS / mineflayer

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

Feed turtles with mineflayer #3239

Open F1ame0 opened 10 months ago

F1ame0 commented 10 months ago

Version:

mineflayer 4.14 node 18.19 and 20.10

What did you try yet ?

I use abot.simpleClick.rightMouse(), bot.heldItem, bot.useOn(targetEntity) to feed turtle but all dosn't work

sefirosweb commented 6 months ago

@F1ame0 for me is working with bot.useOn(entity) i', using latest version

https://github.com/sefirosweb/minecraftLegion/blob/ae73f075e657405be82e84ee36713725cc195e00/core/src/BehaviorModules/BehaviorInteractEntity.ts#L38