1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2026-02-07 19:30:16 +00:00

Update TurtleAPI documentation for block breaking (#2380)

Clarified the description of block breaking capabilities for mining turtles.
This commit is contained in:
Mariano Alipi
2026-01-30 13:52:43 -06:00
committed by GitHub
parent a0571e444c
commit 4bc04f1416

View File

@@ -165,8 +165,8 @@ public class TurtleAPI implements ILuaAPI {
* Attempt to break the block in front of the turtle.
* <p>
* This requires a turtle tool capable of breaking the block. Diamond pickaxes
* (mining turtles) can break any vanilla block, but other tools (such as axes)
* are more limited.
* (mining turtles) can break any vanilla block breakable in survival mode,
* but other tools (such as axes) are more limited.
*
* @param side The specific tool to use. Should be "left" or "right".
* @return The turtle command result.