turtle status

This commit is contained in:
kepler155c@gmail.com 2019-02-21 02:03:41 -05:00
parent ab4fd29d16
commit fc46239f44
1 changed files with 3 additions and 0 deletions

View File

@ -345,6 +345,9 @@ function turtle.set(args)
elseif k == 'moveCallback' then
turtle.setMoveCallback(v)
elseif k == 'status' then
turtle.setStatus(v)
else
error('Invalid turle.set: ' .. tostring(k))
end