turtle.place
From ComputerCraft Wiki
| Places the selected block in front of the Turtle. Add [signText] to sign if given. | |
| Syntax | turtle.place() |
| Returns | boolean whether the turtle succeeded in placing the block. False if empty inventory, or if already a block in front. |
| Part of | ComputerCraft |
| API | turtle |
Examples
| Places the selected block in front of the Turtle. | |
| Code |
turtle.place() |