Added movement scripts.
This commit is contained in:
parent
162198e777
commit
4d0938ea56
4 changed files with 44 additions and 0 deletions
11
back
Normal file
11
back
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--[[
|
||||||
|
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.back()
|
11
fd
Normal file
11
fd
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--[[
|
||||||
|
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.forward()
|
11
left
Normal file
11
left
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--[[
|
||||||
|
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()
|
11
right
Normal file
11
right
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--[[
|
||||||
|
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.turnRight()
|
Reference in a new issue