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
"The DiggerComponent can be improved.
It doesn't take into account enchantments; one has to add the blocks one by one, whereas it could simply ask for an array."
For exemple :
$this->addComponent(new DiggerCompnent(SPEED, [BLOCK_LIST]));
The text was updated successfully, but these errors were encountered:
$array = [BLOCK_LIST] $diggerComponent->withBlocks(SPEED), ...$array);
Sorry, something went wrong.
Yeah ik but enchantement doesn’t work
This would probably be fixed if we would create the enchantable component and then add it to the item
No branches or pull requests
"The DiggerComponent can be improved.
It doesn't take into account enchantments; one has to add the blocks one by one, whereas it could simply ask for an array."
For exemple :
The text was updated successfully, but these errors were encountered: