-
From the datapack-example: What does exactly |
Beta Was this translation helpful? Give feedback.
Answered by
SquidDev
Jun 23, 2023
Replies: 1 comment 1 reply
-
The Java documentation probably gives the best explanation here:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SquidDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Java documentation probably gives the best explanation here:
damageMultiplier
: The amount of damage a swing of this tool will do. This is multiplied by the attack damage attribute to get the final damage.breakable
: Provide a list of breakable blocks. If not given, the tool can break all blocks. If given, only blocks in this tag, those in the "always breakable" tag and "insta-mine" ones can be broken.damageMultiplier
is optional (defaults to 3),breakable
is required most of the time - take a look at the built-in diamond tools.