turtle.place
From ComputerCraft Wiki
![]() | |
Places the selected block infront of the Turtle. | |
Syntax | turtle.place() |
Returns | nil |
Part of | ComputerCraft |
API | turtle |
Examples
![]() | |
Places the selected block infront of the Turtle. | |
Code |
print(turtle.place()) |