diff --git a/src/main/resources/assets/computercraft/lua/rom/help/turtle.txt b/src/main/resources/assets/computercraft/lua/rom/help/turtle.txt index aad6cf5d48..484cc7f6e5 100644 --- a/src/main/resources/assets/computercraft/lua/rom/help/turtle.txt +++ b/src/main/resources/assets/computercraft/lua/rom/help/turtle.txt @@ -43,6 +43,8 @@ turtle.getFuelLevel() turtle.getFuelLimit() turtle.refuel( [quantity] ) turtle.craft( [quantity] ) (requires Crafty Turtle) +turtle.getEquipLeft() +turtle.getEquipRight() 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.