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
with a few well placed if and the supportFeature pattern, it might work and remove lot of code duplication
The text was updated successfully, but these errors were encountered:
to put in common all the chunk section and all the chunk column, we'd need a file like https://github.com/PrismarineJS/mineflayer/blob/master/lib/features.json ; put in it features that look like https://github.com/PrismarineJS/prismarine-chunk/pull/125/files#diff-a561630bb56b82342bc66697aee2ad96efddcbc9d150665abd6fb7ecb7c0ab2fR23 and then add ifs like https://github.com/PrismarineJS/mineflayer/blob/475bb268fa416b45b1a200e79549df0144a6212e/lib/plugins/game.js#L31 that should be fairly straightforward to do, pretty mecanical, just a bit long
Sorry, something went wrong.
No branches or pull requests
with a few well placed if and the supportFeature pattern, it might work and remove lot of code duplication
The text was updated successfully, but these errors were encountered: