We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7dc24 commit 82ad77aCopy full SHA for 82ad77a
docs/content/Modpacks/Materials-and-Elements/Tool-Creation.md
@@ -14,7 +14,7 @@ toolStats has the following arguments:
14
- This applies to both crafting use and in-world use.
15
Crafting generally consumes 2 points of durability per use.
16
- `harvestLevel: int` is the tier of block it can break.
17
- - Can take an integer between 1-6 with 1 being wood, 6 being neutronium.
+ - Can take an integer between 0-6 with 0 being wood, 6 being neutronium.
18
- `types: GTToolType[]` is an array of tools in an object.
19
- Must pass these as an array, using the [] notation.
20
This argument can be left out if you want your material to apply to all tool types.
0 commit comments