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,6 +298,7 @@ function page:scan()
end end
if b.name == 'computercraft:turtle_advanced' or if b.name == 'computercraft:turtle_advanced' or
b.name == 'computercraft:turtle_expanded' or
b.name == 'computercraft:turtle' then b.name == 'computercraft:turtle' then
table.insert(candidates, b) table.insert(candidates, b)
end end