name change for turtles (turtle_expanded)

This commit is contained in:
kepler155c@gmail.com
2019-03-23 06:13:05 -04:00
parent d25e160452
commit 82d355cdf0

View File

@@ -298,8 +298,9 @@ function page:scan()
end
if b.name == 'computercraft:turtle_advanced' or
b.name == 'computercraft:turtle' then
table.insert(candidates, b)
b.name == 'computercraft:turtle_expanded' or
b.name == 'computercraft:turtle' then
table.insert(candidates, b)
end
if b.name == 'minecraft:chest' or b.name:find('shulker') then