Skip to content

Commit 4bc04f1

Browse files
authored
Update TurtleAPI documentation for block breaking (#2380)
Clarified the description of block breaking capabilities for mining turtles.
1 parent a0571e4 commit 4bc04f1

File tree

1 file changed

+2
-2
lines changed
  • projects/common/src/main/java/dan200/computercraft/shared/turtle/apis

1 file changed

+2
-2
lines changed

projects/common/src/main/java/dan200/computercraft/shared/turtle/apis/TurtleAPI.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ public final MethodResult turnRight() {
165165
* Attempt to break the block in front of the turtle.
166166
* <p>
167167
* This requires a turtle tool capable of breaking the block. Diamond pickaxes
168-
* (mining turtles) can break any vanilla block, but other tools (such as axes)
169-
* are more limited.
168+
* (mining turtles) can break any vanilla block breakable in survival mode,
169+
* but other tools (such as axes) are more limited.
170170
*
171171
* @param side The specific tool to use. Should be "left" or "right".
172172
* @return The turtle command result.

0 commit comments

Comments
 (0)