Skip to content

Commit 82ad77a

Browse files
Update tool tier explanation in Tool-Creation.md to actually show the array it uses. (GregTechCEu#4074)
1 parent 3e7dc24 commit 82ad77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/Modpacks/Materials-and-Elements/Tool-Creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ toolStats has the following arguments:
1414
- This applies to both crafting use and in-world use.
1515
Crafting generally consumes 2 points of durability per use.
1616
- `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.
17+
- Can take an integer between 0-6 with 0 being wood, 6 being neutronium.
1818
- `types: GTToolType[]` is an array of tools in an object.
1919
- Must pass these as an array, using the [] notation.
2020
This argument can be left out if you want your material to apply to all tool types.

0 commit comments

Comments
 (0)