We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It returns true if the section contains a block such that matcher(block) is true. example implementation for 1.17 https://github.com/PrismarineJS/mineflayer/blob/04665d1c757a9eaf6433cabd3b2fa62d39d88ad5/lib/plugins/blocks.js#L157
Let's have at least one test for this
The text was updated successfully, but these errors were encountered:
in case of global palette return true but it's a maybe
Sorry, something went wrong.
expose palette in 1.18
8f4e987
#153 or even #154 will be a better fix
expose palette in 1.18 (#155)
6efd76a
No branches or pull requests
It returns true if the section contains a block such that matcher(block) is true.
example implementation for 1.17 https://github.com/PrismarineJS/mineflayer/blob/04665d1c757a9eaf6433cabd3b2fa62d39d88ad5/lib/plugins/blocks.js#L157
Let's have at least one test for this
The text was updated successfully, but these errors were encountered: