We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0571e4 commit 4bc04f1Copy full SHA for 4bc04f1
projects/common/src/main/java/dan200/computercraft/shared/turtle/apis/TurtleAPI.java
@@ -165,8 +165,8 @@ public final MethodResult turnRight() {
165
* Attempt to break the block in front of the turtle.
166
* <p>
167
* 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.
+ * (mining turtles) can break any vanilla block breakable in survival mode,
+ * but other tools (such as axes) are more limited.
170
*
171
* @param side The specific tool to use. Should be "left" or "right".
172
* @return The turtle command result.
0 commit comments