turtle.suck
From ComputerCraft Wiki
Revision as of 04:45, 11 July 2013 by Foone (Talk | contribs) (Minecraft 1.5 changed how furnaces work, so some clarification on changes)
Function turtle.suck | |
Moves one or more items from either the ground in front of the turtle, or, from an inventory-enabled block (such as a chest) in front of the turtle.
| |
Syntax | turtle.suck() |
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. | |
Code |
turtle.suck() |