fix some stuff

This commit is contained in:
LordMZTE 2022-03-06 15:32:13 +01:00
parent 9100f6ec0b
commit 0aa4c6a9e6
Signed by: LordMZTE
GPG Key ID: B64802DC33A64FF6
1 changed files with 1 additions and 4 deletions

View File

@ -33,15 +33,12 @@ local actions = {
[keys.g] = function()
send_remote(turtle.digDown())
end,
[keys.z] = function()
[keys.y] = function()
send_remote(turtle.placeUp())
end,
[keys.h] = function()
send_remote(turtle.placeDown())
end,
[keys.h] = function()
send_remote(turtle.placeDown())
end,
[keys.q] = function()
send_remote(turtle.drop())
end,