multiMiner tweak

This commit is contained in:
kepler155c@gmail.com
2019-01-28 22:04:39 -05:00
parent e264d98739
commit 9de52daa11
3 changed files with 11 additions and 3 deletions

View File

@@ -155,7 +155,9 @@ local function run(member, point)
local slot = turtle.getSlot(index)
if slot.count > 0 then
blockTypes[pt.key] = slot.key
blockTypes[slot.key] = true
if slot.key ~= pt.key then
blockTypes[slot.key] = true
end
end
end
end