app tweaks
This commit is contained in:
@@ -1134,7 +1134,6 @@ while bRunning do
|
||||
action = keyMapping.char
|
||||
param = ie.ch
|
||||
else
|
||||
_debug(ie.code)
|
||||
action = keyMapping[ie.code]
|
||||
end
|
||||
end
|
||||
|
||||
@@ -115,7 +115,7 @@ Needs work
|
||||
run = "multiMiner.lua",
|
||||
},
|
||||
[ "hexedit" ] = {
|
||||
title = "hexEdit",
|
||||
title = "HexEdit",
|
||||
category = "Apps",
|
||||
requires = "advancedComputer",
|
||||
icon = " dffddff55f\
|
||||
|
||||
@@ -171,11 +171,6 @@ local function run(member, point)
|
||||
turtle.set({
|
||||
movementStrategy = 'goto',
|
||||
digPolicy = 'blacklist',
|
||||
blacklist = {
|
||||
'turtle',
|
||||
'chest',
|
||||
'shulker',
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
@@ -252,11 +247,17 @@ local function run(member, point)
|
||||
while not turtle.go(Point.above(spt)) do
|
||||
os.sleep(.5)
|
||||
end
|
||||
turtle.set({ digPolicy = 'dig' })
|
||||
turtle.go(spt)
|
||||
if turtle.selectSlotWithQuantity(0) then
|
||||
turtle.set({ digPolicy = 'dig' })
|
||||
end
|
||||
while not turtle.go(spt) do
|
||||
os.sleep(.5)
|
||||
end
|
||||
else
|
||||
turtle.gotoY(spt.y)
|
||||
turtle.go(spt)
|
||||
while not turtle.go(spt) do
|
||||
os.sleep(.5)
|
||||
end
|
||||
end
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user