Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't read entity.uuid #3330

Open
1 task done
sefirosweb opened this issue Mar 16, 2024 · 0 comments
Open
1 task done

Can't read entity.uuid #3330

sefirosweb opened this issue Mar 16, 2024 · 0 comments
Labels
possible bug Stage1 just created by someone new to the project, we don't know yet if it deserves an implementation / a f

Comments

@sefirosweb
Copy link
Contributor

  • The FAQ doesn't contain a resolution to my issue

Versions

  • mineflayer: 4.20.0
  • server: vanilla 1.20.1
  • node: 21

Detailed description of a problem

I updated from mineflayer 4.14 to 4.20 and now i can't read the UUID of mobs,

What did you try yet?

const entities = bot.entities
for (const entityName of Object.keys(entities)) {
  const entity = entities[entityName]
  console.log(`Feeding ${entity.uuid}`)
}
@sefirosweb sefirosweb added possible bug Stage1 just created by someone new to the project, we don't know yet if it deserves an implementation / a f labels Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug Stage1 just created by someone new to the project, we don't know yet if it deserves an implementation / a f
Projects
None yet
Development

No branches or pull requests

1 participant