mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-09-16 14:21:24 +00:00
Update TurtleAPI documentation for block breaking (#2380)
Clarified the description of block breaking capabilities for mining turtles.
This commit is contained in:
+2
-2
@@ -165,8 +165,8 @@ public class TurtleAPI implements ILuaAPI {
|
|||||||
* Attempt to break the block in front of the turtle.
|
* Attempt to break the block in front of the turtle.
|
||||||
* <p>
|
* <p>
|
||||||
* This requires a turtle tool capable of breaking the block. Diamond pickaxes
|
* 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)
|
* (mining turtles) can break any vanilla block breakable in survival mode,
|
||||||
* are more limited.
|
* but other tools (such as axes) are more limited.
|
||||||
*
|
*
|
||||||
* @param side The specific tool to use. Should be "left" or "right".
|
* @param side The specific tool to use. Should be "left" or "right".
|
||||||
* @return The turtle command result.
|
* @return The turtle command result.
|
||||||
|
|||||||
Reference in New Issue
Block a user