Skip to content

Questions about turtle upgrades JSON files #1495

Answered by SquidDev
vico93 asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vico93
Comment options

Answer selected by SquidDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants