Skip to content

Commit

Permalink
Add turtle.getEquipLeft() and turtle.getEquipRight() to help
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobDev committed Oct 12, 2017
1 parent f5812c5 commit 9207279
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -43,6 +43,8 @@ turtle.getFuelLevel()
turtle.getFuelLimit() turtle.getFuelLimit()
turtle.refuel( [quantity] ) turtle.refuel( [quantity] )
turtle.craft( [quantity] ) (requires Crafty Turtle) turtle.craft( [quantity] ) (requires Crafty Turtle)
turtle.getEquipLeft()
turtle.getEquipRight()


Events fired by the Turtle API: Events fired by the Turtle API:
"turtle_inventory" when any of the items in the inventory are changed. Use comparison operations to inspect the changes. "turtle_inventory" when any of the items in the inventory are changed. Use comparison operations to inspect the changes.

0 comments on commit 9207279

Please sign in to comment.