turtle.placeDown
From ComputerCraft Wiki
Function turtle.placeDown | |
Places a Block of the selected Slot below | |
Syntax | turtle.placeDown() |
Returns | nil |
Part of | ComputerCraft |
API | turtle |
Examples
Example | |
Places a Block of the selected Slot below | |
Code |
turtle.placeDown() |