This commit is contained in:
kepler155c@gmail.com
2019-02-16 05:47:14 -05:00
parent f3e131ec00
commit e2c3fb6e42

View File

@@ -3,6 +3,7 @@ local Event = require('event')
local GPS = require('gps')
local Point = require('point')
local Socket = require('socket')
local Sound = require('sound')
local Util = require('util')
local device = _G.device
@@ -150,6 +151,10 @@ local function run(member)
local _, b = next(found)
print(string.format('%s:%s:%s', b.x, b.y, b.z))
print('press r to continue')
for _ = 1, 3 do
Sound.play('entity.bobber.throw')
os.sleep(.3)
end
end
end
turtle.gotoY(pt.y)