turtle status

This commit is contained in:
kepler155c@gmail.com
2019-02-21 02:05:35 -05:00
parent 1643145cf0
commit 10e7c1c233
5 changed files with 50 additions and 33 deletions

View File

@@ -302,7 +302,7 @@ function page:scan()
table.insert(candidates, b)
end
if b.name == 'minecraft:chest' then
if b.name == 'minecraft:chest' or b.name:find('shulker') then
chestPoint = b
end