util refactor + milo bulk crafting

This commit is contained in:
kepler155c@gmail.com
2019-02-26 09:47:44 -05:00
parent 4303aeb1f8
commit 442f1c4d47
7 changed files with 51 additions and 25 deletions

View File

@@ -481,6 +481,7 @@ local function findDroppedSaplings()
b.sapling = true
acc[makeKey(b)] = b
end
return acc
end, { })
return sensed
@@ -502,6 +503,7 @@ local function scan(pt, filter, blocks)
acc[makeKey(b)] = b
end
end
return acc
end, blocks or { })
end