This commit is contained in:
kepler155c@gmail.com
2019-02-23 07:26:57 -05:00
parent 9db6d22ab5
commit 6bd90ef46e
4 changed files with 8 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
run = "simpleMiner.lua",
requires = 'turtle',
},
[ "4486006f811b88cacd5f211fd579717e29b600cd" ] = {
[ "scanningMiner" ] = {
title = "Scanning",
category = "Mining",
icon = " \0315\\\030 \031 \

View File

@@ -113,6 +113,8 @@ local function run(member)
end
os.sleep(.5)
if os.clock() - c > 3 then
Sound.play('entity.villager.no')
print('stuck: ' .. member.id)
turtle.set({ status = 'Stuck' })
end
end