turtle.place
From ComputerCraft Wiki
Revision as of 19:23, 7 August 2012 by 178.26.155.149 (Talk)
Function turtle.place | |
Places the selected block infront of the Turtle. Add [signText] to sign if given. | |
Syntax | turtle.place() |
Returns | nil |
Part of | ComputerCraft |
API | turtle |
Examples
Example | |
Places the selected block infront of the Turtle. | |
Code |
turtle.place() |