mirror of
https://github.com/kepler155c/opus
synced 2025-10-19 09:47:39 +00:00
version checking + ui cleanup
This commit is contained in:
@@ -695,6 +695,9 @@ function turtle.goto(dx, dz, dy, dh)
|
||||
return true
|
||||
end
|
||||
|
||||
-- avoid lint errors
|
||||
turtle._goto = turtle.goto
|
||||
|
||||
function turtle.gotoX(dx)
|
||||
turtle.headTowardsX(dx)
|
||||
|
||||
|
Reference in New Issue
Block a user