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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user