This repository has been archived on 2025-07-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
computercraft-scripts/left

12 lines
386 B
Text
Raw Permalink Normal View History

2016-08-30 05:23:59 +03:00
--[[
Ok this script isn't very sophisticated, but it's very useful when you need
to quickly place your turtle to the right position!
Copyright 2016, George Kaklamanos <gkaklas1@gmail.com>
You may use this script under the terms of the
GNU General Public License version 3 or later.
For more info please read the LICENSE, which is included in this repository.
--]]
turtle.turnLeft()