name change for turtles (turtle_expanded)
This commit is contained in:
@@ -298,8 +298,9 @@ function page:scan()
|
|||||||
end
|
end
|
||||||
|
|
||||||
if b.name == 'computercraft:turtle_advanced' or
|
if b.name == 'computercraft:turtle_advanced' or
|
||||||
b.name == 'computercraft:turtle' then
|
b.name == 'computercraft:turtle_expanded' or
|
||||||
table.insert(candidates, b)
|
b.name == 'computercraft:turtle' then
|
||||||
|
table.insert(candidates, b)
|
||||||
end
|
end
|
||||||
|
|
||||||
if b.name == 'minecraft:chest' or b.name:find('shulker') then
|
if b.name == 'minecraft:chest' or b.name:find('shulker') then
|
||||||
|
|||||||
Reference in New Issue
Block a user