turtle.suckDown
From ComputerCraft Wiki
Function turtle.suck.Down | |
Moves one or more items from either the ground below the turtle, or, from an inventory-enabled block (such as a chest) below the turtle.
| |
Syntax | turtle.suck.Down([number amount]) |
Returns | boolean true if at least one item was moved into the turtle's inventory; false otherwise. |
Part of | ComputerCraft |
API | turtle |
Examples
Example | |
Picks up some items from below the turtle. | |
Code |
turtle.suckDown() |